Imported Upstream version 1.9.4
[deb_libnfs.git] / doc / Makefile.am
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644 (file)
index 0000000..8b9753c
--- /dev/null
@@ -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