Magellan Linux

Annotation of /trunk/libglade/patches/Makefile.in.am-2.4.2-xmlcatalog.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 1331 byte(s)
-import

1 niro 144 diff -ur libglade-2.4.1/Makefile.am libglade-2.4.1-patched/Makefile.am
2     --- libglade-2.4.1/Makefile.am 2004-11-11 18:56:13.000000000 +0800
3     +++ libglade-2.4.1-patched/Makefile.am 2004-12-06 11:00:24.501734048 +0800
4     @@ -24,7 +24,7 @@
5    
6     if HAVE_XMLCATALOG
7     install-data-local:
8     - -$(XMLCATALOG) --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
9     +# -$(XMLCATALOG) --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
10     uninstall-local:
11     -$(XMLCATALOG) --noout --del $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
12     endif
13     diff -ur libglade-2.4.1/Makefile.in libglade-2.4.1-patched/Makefile.in
14     --- libglade-2.4.1/Makefile.in 2004-11-11 19:21:38.000000000 +0800
15     +++ libglade-2.4.1-patched/Makefile.in 2004-12-06 11:00:49.786890120 +0800
16     @@ -819,7 +819,7 @@
17    
18    
19     @HAVE_XMLCATALOG_TRUE@install-data-local:
20     -@HAVE_XMLCATALOG_TRUE@ -$(XMLCATALOG) --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
21     +@HAVE_XMLCATALOG_TRUE@# -$(XMLCATALOG) --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
22     @HAVE_XMLCATALOG_TRUE@uninstall-local:
23     @HAVE_XMLCATALOG_TRUE@ -$(XMLCATALOG) --noout --del $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
24