View | Details | Raw Unified
Collapse All | Expand All

(-) Documentation/Makefile.old (-1 / +1 lines)
 Lines 35-41    Link Here 
	rm -f *.xml *.html *.1 *.7 cg-*.txt cogito.txt
	rm -f *.xml *.html *.1 *.7 cg-*.txt cogito.txt
%.html : %.txt
%.html : %.txt
	asciidoc -b css-embedded -d manpage $<
	asciidoc -b xhtml11 -d manpage $<
%.1 %.7 : %.xml
%.1 %.7 : %.xml
	xmlto man $<
	xmlto man $<