File: Makefile.am

package info (click to toggle)
ht 0.5.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,388 kB
  • ctags: 9,064
  • sloc: cpp: 51,336; ansic: 11,954; sh: 2,742; yacc: 1,142; lex: 396; makefile: 178
file content (21 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = hthelp.info ht.info ht.html ht.texi

all: hthelp.info ht.info ht.html README

hthelp.info: ht.texi
	${MAKEINFO} --fill-column=64 --output $@ ht.texi

ht.info: ht.texi
	${MAKEINFO} --output $@ ht.texi

ht.html: ht.texi
	${MAKEINFO} --html --output $@ ht.texi

README: ht.texi
	${MAKEINFO} --no-headers --no-ifinfo --no-iftex --output $@ ht.texi
	cp README ..

clean:
	rm README hthelp.info