[gxml] Fix Bug 865625 - Devhelp: called gxml but should be GXml (part 2)



commit 1f6049fae727191703a2695826b1349c47a21977
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Oct 7 18:23:25 2012 -0400

    Fix Bug 865625 - Devhelp: called gxml but should be GXml (part 2)

 docs/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 520f906..0e8cc1e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -39,8 +39,8 @@ common_doc_files = \
 	$(NULL)
 
 gxmldoc_DATA = \
-	gxml/gxml/gxml.devhelp2 \
-	$(addprefix gxml/gxml/,$(common_doc_files)) \
+	gxml/GXml/GXml.devhelp2 \
+	$(addprefix gxml/GXml/,$(common_doc_files)) \
 	$(NULL)
 
 gxmlgtkdoc_DATA = gtk-doc/gxml/html/*
@@ -56,6 +56,7 @@ $(gxmlgtkdoc_DATA): gxml-gtk-doc
 
 valadoc_flags = \
 	--force \
+	--package-name GXml \
 	--package-version $(PACKAGE_VERSION) \
 	$(NULL)
 



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