manpage usage notes

This commit is contained in:
John Kerl 2015-08-30 14:57:17 -04:00
parent 17348f50ea
commit 633c0984b7

View file

@ -17,6 +17,9 @@ install: .always
clean: .always
make -C c clean
.PHONY: manpage
# OSX:
# * brew install asciidoc
# * export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
manpage: doc/miller.1.txt
( cd doc && a2x -d manpage -f manpage miller.1.txt )
.always: