[passepartout] get close to the gnome-doc-utils Makefile.am



commit 1bedb3fb0d41b678a7bd559138c126b6fbb767fb
Author: Sven Herzberg <herzi lanedo com>
Date:   Thu Apr 23 14:03:34 2009 +0200

    get close to the gnome-doc-utils Makefile.am
    
    * help/Makefile.am: get closer
---
 help/Makefile.am |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/help/Makefile.am b/help/Makefile.am
index 8f24dd5..c912728 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,16 +1,18 @@
 
-nodist_doc_DATA=\
-	C/passepartout.html \
-	C/passepartout.txt \
-	$(NULL)
+DOC_MODULE=passepartout
 dist_help_DATA=\
 	C/faq.xml \
 	C/legal.xml \
 	C/nsfaq.xml \
-	C/passepartout.xml \
 	C/users_guide.xml \
 	$(top_srcdir)/logotype/pptout.png \
 	$(NULL)
+dist_help_DATA+=C/$(DOC_MODULE).xml
+
+nodist_doc_DATA=\
+	C/passepartout.html \
+	C/passepartout.txt \
+	$(NULL)
 dist_built_in=C/version.txt.in
 nodist_help_DATA=$(dist_built_in:.in=)
 helpdir=$(datadir)/gnome/help/passepartout/C



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