[gnome-shell/gnome-3-6] Use the same xsltproc parameters as other modules



commit 25ddcab9bfbb5657c115532972698d5f6efde161
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Nov 5 23:33:38 2012 -0500

    Use the same xsltproc parameters as other modules
    
    Using the same parameters makes sure that the generated man
    pages look more or less uniform.

 man/Makefile.am |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/man/Makefile.am b/man/Makefile.am
index 510e9c6..166b66c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,13 @@
+XSLTPROC_FLAGS = \
+        --nonet \
+        --stringparam man.output.quietly 1 \
+        --stringparam funcsynopsis.style ansi \
+        --stringparam man.th.extra1.suppress 1 \
+        --stringparam man.authors.section.enabled 0 \
+        --stringparam man.copyright.section.enabled 0
+
 .xml.1:
-	$(AM_V_GEN) $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+	$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 man_MANS = \
 	gnome-shell.1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]