diff options
Diffstat (limited to 'textproc/xmltoman/files/Makefile')
-rw-r--r-- | textproc/xmltoman/files/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/xmltoman/files/Makefile b/textproc/xmltoman/files/Makefile new file mode 100644 index 00000000000..c2b0e8b9138 --- /dev/null +++ b/textproc/xmltoman/files/Makefile @@ -0,0 +1,19 @@ + +SCRIPTS= xmltoman xmlmantohtml +MAN= xmltoman.1 xmlmantohtml.1 + +.PATH: ${.CURDIR}/xml +FILES= xmltoman.dtd xmltoman.css xmltoman.xsl +FILESDIR= ${PREFIX}/share/xmltoman + +MKCATPAGES= no +CLEANFILES= *.1 + +.include <bsd.prog.mk> + +xmltoman.1: xml/xmltoman.1.xml + ./xmltoman ${.OODATE} > ${.TARGET} + +xmlmantohtml.1: xml/xmlmantohtml.1.xml + ./xmltoman ${.OODATE} > ${.TARGET} + |