From 895d1fbb9b07c001716bbba99ede38ae935f4607 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 19 Mar 2004 23:26:17 +0000 Subject: Makefile.am * Makefile.am * configure.in: * gnome-doc-utils.m4: * doc/Makefile.am: * doc/xslt/Makefile.am: - Adding new files * gnome-doc-utils.m4: - Minor stuff * gnome-doc-utils.pc.in: - Added variables sgmldir and xsldoc * test/testdoc1/autogen.sh: * test/testdoc1/help/testdoc1/Makefile.am: - Testing gnome-doc-utils.make without going through autoconf * xslt/docbook/html/db2html-title.xsl: - Removed some xsl:text --- test/testdoc1/autogen.sh | 5 ----- test/testdoc1/help/testdoc1/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'test') diff --git a/test/testdoc1/autogen.sh b/test/testdoc1/autogen.sh index af79f5b5..4b08d90a 100755 --- a/test/testdoc1/autogen.sh +++ b/test/testdoc1/autogen.sh @@ -19,9 +19,4 @@ which gnome-autogen.sh || { exit 1 } -# Don't do this in an actual package. This is just so I can test changes -# to gnome-doc-utils.m4 without doing a make install. -ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS" -export ACLOCAL_FLAGS - USE_GNOME2_MACROS=1 . gnome-autogen.sh diff --git a/test/testdoc1/help/testdoc1/Makefile.am b/test/testdoc1/help/testdoc1/Makefile.am index ac1bd2c7..d018aeed 100644 --- a/test/testdoc1/help/testdoc1/Makefile.am +++ b/test/testdoc1/help/testdoc1/Makefile.am @@ -1,3 +1,3 @@ -docbook_DOCS = testdoc1 +@GNOME_DOC_RULE@ -include $(top_srcdir)/gnome-doc-docbook-rule.make +GNOME_DOC_MODULE = testdoc1 -- cgit v1.2.1