doc/Makefile
changeset 3908 8020c35b6455
parent 3907 39dcee009aab
child 4030 a48971ae1387
equal deleted inserted replaced
3907:39dcee009aab 3908:8020c35b6455
    27 	asciidoc -b html4 $*.txt || asciidoc -b html $*.txt
    27 	asciidoc -b html4 $*.txt || asciidoc -b html $*.txt
    28 
    28 
    29 MANIFEST: man html
    29 MANIFEST: man html
    30 	# versionned files are already in the main MANIFEST
    30 	# versionned files are already in the main MANIFEST
    31 	$(RM) $@
    31 	$(RM) $@
    32 	for i in $(MAN) $(HTML); do \
    32 	for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
    33 	  echo "doc/$$i" >> $@ ; \
    33 	  echo "doc/$$i" >> $@ ; \
    34 	done
    34 	done
    35 
    35 
    36 install: man
    36 install: man
    37 	for i in $(MAN) ; do \
    37 	for i in $(MAN) ; do \