Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Oct 2002 21:54:11 +0000 (21:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Oct 2002 21:54:11 +0000 (21:54 +0000)
* gobject/Makefile.am (dist-hook):
* glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
sgml/*.sgml.  (#95678, Owen Taylor)

docs/reference/ChangeLog
docs/reference/glib/Makefile.am
docs/reference/gobject/Makefile.am

index d637acda787ea3ed36d1bcf2d183cc5f628e2425..0e7696ef34b28f719aa0bcbf441bbd117e8ef921 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-14  Matthias Clasen  <maclas@gmx.de>
+
+       * gobject/Makefile.am (dist-hook): 
+       * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
+       sgml/*.sgml.  (#95678, Owen Taylor)
+
 2002-10-14  Matthias Clasen  <maclas@gmx.de>
 
        * gobject/Makefile.am (SCANOBJ_FILES): 
index f5727dc5b4ba83c41041778dc9b28b652a0f1408..4f8bbb068d9a8ff61d0ddf3d94b9043e941073a7 100644 (file)
@@ -191,10 +191,12 @@ endif
 
 dist-hook: dist-check-gtkdoc dist-hook-local
        mkdir $(distdir)/tmpl
-       mkdir $(distdir)/sgml
+       mkdir $(distdir)/xml
        mkdir $(distdir)/html
        -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-       -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
+       -cp $(srcdir)/sgml/*.xml $(distdir)/xml
        -cp $(srcdir)/html/* $(distdir)/html
 
 .PHONY : dist-hook-local
+
+
index f0e5b691d3f822f95cb01a811c356cfcfc4ee349..14ea95a2d43c2791a952da984efd96fa15fdf896 100644 (file)
@@ -169,10 +169,10 @@ endif
 
 dist-hook: dist-check-gtkdoc dist-hook-local
        mkdir $(distdir)/tmpl
-       mkdir $(distdir)/sgml
+       mkdir $(distdir)/xml
        mkdir $(distdir)/html
        -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-       -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
+       -cp $(srcdir)/xml/*.xml $(distdir)/xml
        -cp $(srcdir)/html/* $(distdir)/html
 
 .PHONY : dist-hook-local