libnfs/doc/Makefile.am

12 lines
579 B
Makefile
Raw Permalink Normal View History

2014-03-22 05:15:40 +04:00
XSLTPROC = /usr/bin/xsltproc
EXTRA_DIST = nfs-cat.1 nfs-cat.1.xml nfs-cp.1 nfs-cp.1.xml nfs-ls.1 nfs-ls.1.xml
2014-03-22 05:15:40 +04:00
# Manpages
man1_MANS = nfs-cat.1 nfs-cp.1 nfs-ls.1
2014-03-22 05:15:40 +04:00
doc:
-test -z "$(XSLTPROC)" || $(XSLTPROC) -o nfs-cat.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl nfs-cat.1.xml
-test -z "$(XSLTPROC)" || $(XSLTPROC) -o nfs-cp.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl nfs-cp.1.xml
-test -z "$(XSLTPROC)" || $(XSLTPROC) -o nfs-ls.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl nfs-ls.1.xml