~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to doc/html/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if ALTERNATE_DOCDIR
2
 
docdir = $(prefix)/share/doc/vice
3
 
else
4
 
docdir = $(VICEDIR)/doc
5
 
endif
 
1
@ALTERNATE_DOCDIR_TRUE@realdocdir = $(prefix)/share/doc/vice
 
2
@ALTERNATE_DOCDIR_FALSE@realdocdir = $(VICEDIR)/doc
 
3
 
 
4
docdir = $(realdocdir)
6
5
 
7
6
doc_DATA = \
8
7
        amigaos.html \
10
9
        images/new.gif \
11
10
        images/vice-logo.jpg \
12
11
        index.html \
 
12
        hpux.html \
13
13
        macosx.html \
14
14
        plain/64doc.txt \
15
15
        plain/BUGS \
21
21
        plain/cbm_basic_tokens.txt \
22
22
        plain/drive_info.txt \
23
23
        plain/serial.txt \
 
24
        qnx.html \
 
25
        sco.html \
24
26
        solaris.html \
25
27
        vice_1.html \
26
28
        vice_2.html \
45
47
 
46
48
vice_toc.html: $(top_srcdir)/doc/vice.texi
47
49
        (cd $(srcdir); \
48
 
         $(PERL) ./texi2html -number -split_chapter ../vice.texi)
 
50
        $(PERL) ./texi2html -number -split_chapter ../vice.texi)