release-notes RELEASE-NOTES-en.xml,1.1,1.2

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Mon Oct 24 13:33:25 UTC 2005


Author: kwade

Update of /cvs/docs/release-notes
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16338

Modified Files:
	RELEASE-NOTES-en.xml 
Log Message:
Checking this in to repair the build, otherwise it is broken looking for a non-existent relative path.  Ick.


Index: RELEASE-NOTES-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/RELEASE-NOTES-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RELEASE-NOTES-en.xml	24 Oct 2005 13:13:33 -0000	1.1
+++ RELEASE-NOTES-en.xml	24 Oct 2005 13:33:23 -0000	1.2
@@ -31,9 +31,9 @@
 
 
 <!-- *************** COMMON FDP entities *************** -->
-<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../../docs-common/common/fedora-entities-en.ent">
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
-<!ENTITY LEGALNOTICE SYSTEM "../../docs-common/common/legalnotice-en.xml">
+<!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
 
 <!-- *************** Local entities *************** -->
 




More information about the Fedora-docs-commits mailing list