X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=8b9753ce23a5ec1389bd0b0cc1445997c2c0ec88;hb=f1f22dbf6222c4899b45d9c83ccf1b6314464869;hp=0000000000000000000000000000000000000000;hpb=ee872606f1e484f684276ec595f1e39d1f95b9a9;p=deb_libnfs.git diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..8b9753c --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,9 @@ +XSLTPROC = /usr/bin/xsltproc + +EXTRA_DIST = nfs-ls.1 nfs-ls.1.xml + +# Manpages +man1_MANS = nfs-ls.1 + +doc: + -test -z "$(XSLTPROC)" || $(XSLTPROC) -o nfs-ls.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl nfs-ls.1.xml