Serious upgrade of internal subset support, setup for gtk-doc, Daniel
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9ec4351..0d13433 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,6 +34,13 @@
 docdatadir = $(datadir)/aclocal
 docdata_DATA = xml.html structure.gif DOM.gif
 
+gnome-xml-decl-list.txt : templates
+
+gnome-xml-sections.txt : scan
+	cp gnome-xml-decl-list.txt gnome-xml-sections.txt
+
+rebuild: gnome-xml-sections.txt templates sgml html
+
 #install-data-local:
 #	install -d -m 0755 $(TARGET_DIR)
 #	install -m 0644 xml.html structure.gif DOM.gif $(TARGET_DIR)