[Xfce4-commits] <libxfce4util:master> Fix the docs for make distcheck.

Jannis Pohlmann jannis at xfce.org
Thu Sep 17 02:40:02 CEST 2009


Updating branch refs/heads/master
         to af3d4ffbe900028649aa85feaaf5d8e1053f9587 (commit)
       from 98a73ae5b52ce26010bb30f574b5e4eeba601309 (commit)

commit af3d4ffbe900028649aa85feaaf5d8e1053f9587
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Thu Sep 17 02:39:00 2009 +0200

    Fix the docs for make distcheck.

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

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 4d381cd..9627057 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,6 @@
-## Process this file with automake to produce Makefile.in
+# Process this file with automake to produce Makefile.in
+# 
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
 AUTOMAKE_OPTIONS = 1.8
 
@@ -54,3 +56,10 @@ include $(top_srcdir)/gtk-doc.make
 EXTRA_DIST +=						\
 	version.xml.in
 
+if MAINTAINER_MODE
+%.1: %.xml
+	xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+endif
+
+# required for gtk-doc
+dist-hook: all



More information about the Xfce4-commits mailing list