Patch to complete cleaning
Hervé <[email protected]>
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! While running "make uninstall", I've noticed faq.xml was left installed. The enclosed patch makes faq.xml uninstalled but I'm not sure this is the right way. Is the "entities" variable a reference to the DTD vocabulary or part of Scrollkeeper? It may seems trivial but I'm quite happy to contribute to conglomerate. -- Hervé
faq-uninstall.diff
(text/x-patch, 1.1 KB)
? mkinstalldirs Index: ChangeLog =================================================================== RCS file: /cvs/gnome/conglomerate/ChangeLog,v retrieving revision 1.142 diff -u -r1.142 ChangeLog --- ChangeLog 15 Aug 2004 10:21:14 -0000 1.142 +++ ChangeLog 15 Oct 2004 18:06:56 -0000 @@ -1,3 +1,7 @@ +2004-10-15 Hervé SCauwelier <[email protected]> + + * doc/C/Makefile.am: Added faq.xml to be deleted on uninstall. + 2004-08-13 Geert Stappers <[email protected]> * conglomerate.spec.in: sync with Dag Wiers Index: doc/C/Makefile.am =================================================================== RCS file: /cvs/gnome/conglomerate/doc/C/Makefile.am,v retrieving revision 1.5 diff -u -r1.5 Makefile.am --- doc/C/Makefile.am 14 Jan 2004 11:15:07 -0000 1.5 +++ doc/C/Makefile.am 15 Oct 2004 18:06:56 -0000 @@ -9,7 +9,8 @@ omfincfile = faq.xml entities = global.ent cong_element_map_ref.xml conventions.xml \ doc_type_support.xml glossary.xml notice_fdl.xml notice_gpl.xml \ - row_xml_lang_attrib.xml tbl_element_attrib.xml xds_dtd_def.xml + row_xml_lang_attrib.xml tbl_element_attrib.xml xds_dtd_def.xml \ + faq.xml include $(top_srcdir)/xmldocs.make