diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-10-18 01:52:39 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-10-18 01:52:39 +0000 |
commit | 4c3a5883d774db399fb7ef139a426474577d997a (patch) | |
tree | 6033d6ed3ad0d00b7fd391d96ee029f758d220e5 /doc/Makefile.am | |
parent | 6904b7a5d7e1bd08b0ef2a45741664637796d0a5 (diff) | |
download | metacity-4c3a5883d774db399fb7ef139a426474577d997a.tar.gz metacity-4c3a5883d774db399fb7ef139a426474577d997a.tar.bz2 |
Call GNOME_DOC_INIT() so we can use the gnome-doc-utils variables in our
2008-10-17 Murray Cumming <murrayc@murrayc.com>
* 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
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index be58e7e..09feb1d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = man +SUBDIRS = man creating_themes EXTRA_DIST=theme-format.txt metacity-theme.dtd dialogs.txt code-overview.txt \ how-to-get-focus-right.txt |