File: Makefile.am

package info (click to toggle)
vice 1.19-1etch1
  • links: PTS
  • area: contrib
  • in suites: etch
  • size: 27,132 kB
  • ctags: 33,406
  • sloc: ansic: 257,145; cpp: 13,395; sh: 3,674; makefile: 3,380; perl: 1,801; yacc: 622; lex: 258; asm: 4
file content (40 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
docdir = $(prefix)/lib/vice/doc

doc_DATA = \
	images/new.gif \
	images/vice-logo.jpg \
	index.html \
	plain/64doc.txt \
	plain/BUGS \
	plain/COPYING \
	plain/NEWS \
	plain/PETdoc.txt \
	plain/TODO \
	plain/Walkthrough-Howto.txt \
	plain/cbm_basic_tokens.txt \
	plain/drive_info.txt \
	plain/serial.txt \
	vice_1.html \
	vice_2.html \
	vice_3.html \
	vice_4.html \
	vice_5.html \
	vice_6.html \
	vice_7.html \
	vice_8.html \
	vice_9.html \
	vice_10.html \
	vice_11.html \
	vice_12.html \
	vice_13.html \
	vice_14.html \
	vice_15.html \
	vice_16.html \
	vice_toc.html

EXTRA_DIST = $(doc_DATA) \
	texi2html

vice_toc.html: $(top_srcdir)/doc/vice.texi
	(cd $(srcdir); \
         $(PERL) ./texi2html -number -split_chapter ../vice.texi)