summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2002-08-25 11:55:09 +0000
committerJames Henstridge <jamesh@src.gnome.org>2002-08-25 11:55:09 +0000
commit6821537d8f0b567627b1b5b60697e6e0c26e1d48 (patch)
treee03981a8d3fb1b0edd499496fea11f918cabd95d /Makefile.am
parentf1368db68a3636c2b4d83dbbc66b1e2c0b1b7441 (diff)
downloadpygtk-6821537d8f0b567627b1b5b60697e6e0c26e1d48.tar.gz
lots of docbuild updates.
2002-08-25 James Henstridge <james@daa.com.au> * codegen/docgen.py: lots of docbuild updates. * docs/pygtk-docs.xml: add driver file. * codegen/docgen.py (DocbookDocWriter.write_class_header): add a <?xml?> PI at the top and a doctype when in XML mode. (DocbookDocWriter.output_toc): write a much shorter driver file that just includes the <reference> node, and uses XIncludes to include the other files. * docs/build-docs.py: move file to docs directory. * NEWS: update news file. * configure.in: increment version number.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e9642485..5f2481c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# require automake-1.6
AUTOMAKE_OPTIONS = 1.6
-SUBDIRS = codegen gtk
+SUBDIRS = codegen gtk docs
CLEANFILES =
EXTRA_DIST = $(defs_DATA)
@@ -94,7 +94,6 @@ EXTRA_DIST += \
pygtk-2.0.pc.in \
MAPPING \
THREADS \
- build-docs.py \
config.h.win32 \
makefile.msc \
examples/atk/atk-demo.py \