From 4c3a5883d774db399fb7ef139a426474577d997a Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Sat, 18 Oct 2008 01:52:39 +0000 Subject: Call GNOME_DOC_INIT() so we can use the gnome-doc-utils variables in our 2008-10-17 Murray Cumming * configure.in: Call GNOME_DOC_INIT() so we can use the gnome-doc-utils variables in our Makefile.am: * doc/Makefile.am: * doc/creating_themes/Makefile.am * doc/creating_themes/C/creating_metacity_themes.xml: Added this new DocBook document, converted from the HTML here http://blogs.gnome.org/metacity/2008/05/30/themes/ This will be installed for yelp and can be translated and hosted on library.gnome.org. svn path=/trunk/; revision=3964 --- doc/creating_themes/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/creating_themes/Makefile.am (limited to 'doc/creating_themes/Makefile.am') diff --git a/doc/creating_themes/Makefile.am b/doc/creating_themes/Makefile.am new file mode 100644 index 0000000..860cde7 --- /dev/null +++ b/doc/creating_themes/Makefile.am @@ -0,0 +1,24 @@ +### This part of Makefile.am can be customized by you. + +# gnome-doc-utils standard variables: +include $(top_srcdir)/gnome-doc-utils.make +dist-hook: doc-dist-hook + +# The name of the directory in /usr/share/gnome/help/, +# and the name of the main .xml file: +DOC_MODULE = creating_metacity_themes + +# The names of any files included via entity declarations. +DOC_ENTITIES = + +# The names of any files included by xincluded (preferred): +DOC_INCLUDES = + +# The names of any pictures: +DOC_FIGURES = + +# The names of any locales for which documentation translations exist: +DOC_LINGUAS = + + + -- cgit v1.1