mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
manpage usage notes
This commit is contained in:
parent
17348f50ea
commit
633c0984b7
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue