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