desktop-up2date Makefile, 1.1.1.1, 1.2 desktop-up2date-en.xml, 1.3, 1.4

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Tue Jun 14 22:30:44 UTC 2005


Author: elliss

Update of /cvs/docs/desktop-up2date
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16791

Modified Files:
	Makefile desktop-up2date-en.xml 
Log Message:

Updated to use docs-common/.



Index: Makefile
===================================================================
RCS file: /cvs/docs/desktop-up2date/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile	5 Jun 2005 13:19:40 -0000	1.1.1.1
+++ Makefile	14 Jun 2005 22:30:42 -0000	1.2
@@ -7,8 +7,8 @@
 # Copyright 2003 Tammy Fox, Red Hat, Inc.
 ###############################################################################
 
-XSLPDF         = ../xsl/main-pdf.xsl
-XSLHTML        = ../xsl/main-html.xsl
+XSLPDF         = ../docs-common/xsl/main-pdf.xsl
+XSLHTML        = ../docs-common/xsl/main-html.xsl
 LANG	       = en
 DOCNAME        = desktop-up2date-$(LANG)
 XMLFILE        = $(DOCNAME).xml
@@ -17,8 +17,8 @@
 html: 
 	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
 	@mkdir -p $(DOCNAME)/stylesheet-images
-	@cp ../stylesheet-images/*.png $(DOCNAME)/stylesheet-images
-	@cp ../css/fedora.css $(DOCNAME)
+	@cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
+	@cp ../docs-common/css/fedora.css $(DOCNAME)
 
 
 pdf:


Index: desktop-up2date-en.xml
===================================================================
RCS file: /cvs/docs/desktop-up2date/desktop-up2date-en.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- desktop-up2date-en.xml	12 Jun 2005 18:56:11 -0000	1.3
+++ desktop-up2date-en.xml	14 Jun 2005 22:30:42 -0000	1.4
@@ -1,17 +1,17 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
-<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.ent">
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
 
 <!ENTITY BOOKID "desktop-up2date-0.3 (2005-06-05)"> <!-- change version of manual and date here -->
 
-<!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml">
+<!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
 
 <!-- Bugzilla bug number for the draft notice -->
 <!ENTITY BUG-NUM "155180">
 <!ENTITY FCLOCALVER "3">
-<!ENTITY DRAFTNOTICE SYSTEM "../common/draftnotice-en.xml">
+<!ENTITY DRAFTNOTICE SYSTEM "../docs-common/common/draftnotice-en.xml">
 
 ]>
 




More information about the Fedora-docs-commits mailing list