summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2005-07-19 22:48:06 +0000
committerVincent Untz <vuntz@src.gnome.org>2005-07-19 22:48:06 +0000
commit2b4f13696b39b5c32168967003874e6191e01292 (patch)
tree8c7bc1b19c0f58d74a8bf38c0282e5a199ce6493 /Makefile.am
parent78792b11dba91a28c74c70fa0e9acdd1284c9acb (diff)
downloadgnome-desktop-2b4f13696b39b5c32168967003874e6191e01292.tar.gz
add gnome-doc-utils.make where it's needed remove USE_COMMON_DOC_BUILD
2005-07-20 Vincent Untz <vuntz@gnome.org> * Makefile.am: add gnome-doc-utils.make where it's needed * autogen.sh: remove USE_COMMON_DOC_BUILD * configure.in: call GNOME_DOC_INIT and don't generate old help Makefiles
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f33007f8..d004837e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,8 @@ EXTRA_DIST = \
xmldocs.make \
intltool-extract.in \
intltool-merge.in \
- intltool-update.in
+ intltool-update.in \
+ gnome-doc-utils.make
versiondir=$(datadir)/gnome-about
version_DATA=gnome-version.xml
@@ -29,4 +30,5 @@ CLEANFILES = $(version_DATA)
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
- intltool-update
+ intltool-update \
+ gnome-doc-utils.make