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 d637acd..0e7696e 100644 (file)
@@ -1,5 +1,11 @@
 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): 
        * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
 
index f5727dc..4f8bbb0 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 f0e5b69..14ea95a 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