Released 1.8.3, Daniel
diff --git a/Makefile.am b/Makefile.am
index 14ae258..ee15909 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,7 +240,8 @@
 	  fi ; fi ; done)
 
 dist-hook: libxml.spec
-	cp libxml.spec $(distdir)
+	-cp libxml.spec $(distdir)
+	(cd $(srcdir) ; tar -cf - --exclude CVS test result SAXresult ) | (cd $(distdir); tar xf -)
 
 ## We create xmlConf.sh here and not from configure because we want
 ## to get the paths expanded correctly.  Macros like srcdir are given
@@ -259,9 +260,6 @@
 EXTRA_DIST = xmlConf.sh.in libxml.spec.in libxml.spec \
              example/Makefile.am example/gjobread.c example/gjobs.xml
 
-dist-hook:
-	(cd $(srcdir) ; tar -cf - --exclude CVS test result SAXresult ) | (cd $(distdir); tar xf -)
-
 xmlConf.sh: xmlConf.sh.in Makefile
 ## Use sed and then mv to avoid problems if the user interrupts.
 	sed -e 's?\@XML_LIBDIR\@?$(XML_LIBDIR)?g' \