- HTMLtree.c: applied change for Paul Sponagl on script saving
- Makefile.am: the warning about entity title.xml are normal.
Daniel
diff --git a/Makefile.am b/Makefile.am
index 93826d3..2bfb812 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,6 +149,8 @@
 	@echo "##"
 	@echo "## XML regression tests"
 	@echo "##"
+	@echo "## You should see one warning on entity 'title.xml' for ent2"
+	@echo "##"
 	@(for i in $(srcdir)/test/* ; do \
 	  name=`basename $$i`; \
 	  if [ ! -d $$i ] ; then \
@@ -166,6 +168,8 @@
 	@echo "##"
 	@echo "## XML regression tests on memory"
 	@echo "##"
+	@echo "## You should see two warnings on entity 'title.xml' for ent2"
+	@echo "##"
 	@(for i in $(srcdir)/test/* ; do \
 	  name=`basename $$i`; \
 	  if [ ! -d $$i ] ; then \