File: Makefile.am

package info (click to toggle)
ht 2.0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,324 kB
  • sloc: cpp: 97,563; ansic: 17,183; sh: 3,811; lex: 226; makefile: 213; yacc: 127
file content (23 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AUTOMAKE_OPTIONS = foreign

MIFLAGS = --no-split

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

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

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

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

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

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

clean:
	rm -f README hthelp.info