Closing #3908 and #3937 and a memory leak in the SAX API
added SAX.h mostly useful for the doc generation
Regenerated all the docs,
Daniel
diff --git a/Makefile.am b/Makefile.am
index cb88ae8..54d6228 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,14 +32,15 @@
 
 xmlincdir = $(includedir)/gnome-xml
 xmlinc_HEADERS = \
+		SAX.h \
 		entities.h \
 		encoding.h \
 		parser.h \
+		parserInternals.h \
+		xml-error.h \
 		HTMLparser.h \
 		HTMLtree.h \
-		parserInternals.h \
 		debugXML.h \
-		xml-error.h \
 		tree.h \
 		xpath.h \
 		xmlIO.h \