Codebase list metche / 65b7183 Makefile
65b7183

Tree @65b7183 (Download .tar.gz)

Makefile @65b7183raw · history · blame

default:	doc

manpage:
		sgml2xml -xlower -xid metche-manpage.sgml > metche-manpage.xml
		db2x_xsltproc -s /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl metche-manpage.xml

doc:		manpage

clean:
		test ! -f metche.8 || rm metche.8
		test ! -f metche-manpage.xml || rm -f metche-manpage.xml