mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 23:48:30 +00:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
EXTRA_DIST= miller.1.txt miller.1
|
|
man1_MANS= miller.1
|
|
|
|
MAINTAINERCLEANFILES= miller.1
|
|
|
|
miller.1: miller.1.txt
|
|
a2x -d manpage -f manpage miller.1.txt
|