[Xfce4-commits] <xfburn:master> Bugfix to build man pages

David Mohr noreply at xfce.org
Sun Apr 15 23:34:06 CEST 2012


Updating branch refs/heads/master
         to 0e2bdafe39c15183b88a554b23df11d2429b5faa (commit)
       from b6ff70b2e0b9c9786ec8b21f4c727de50f29808e (commit)

commit 0e2bdafe39c15183b88a554b23df11d2429b5faa
Author: David Mohr <david at mcbf.net>
Date:   Sat Apr 14 13:24:58 2012 -0600

    Bugfix to build man pages

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 76257bd..69e6bb2 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -6,7 +6,7 @@ man_MANS = 					\
 
 if MAINTAINER_MODE
 %.1: %.xml
-	xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+	xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 endif
 
 EXTRA_DIST =					\


More information about the Xfce4-commits mailing list