install-guide Makefile, 1.7, 1.8 fedora-install-guide-en.xml, 1.18, 1.19

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


Author: elliss

Update of /cvs/docs/install-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16816

Modified Files:
	Makefile fedora-install-guide-en.xml 
Log Message:

Updated to use docs-common/



Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	1 May 2005 19:10:15 -0000	1.7
+++ Makefile	14 Jun 2005 22:36:46 -0000	1.8
@@ -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        = fedora-install-guide-$(LANG)
 XMLFILE        = $(DOCNAME).xml
@@ -17,10 +17,10 @@
 html: 
 	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
 	@mkdir -p $(DOCNAME)/stylesheet-images
-	@cp ../stylesheet-images/*.png $(DOCNAME)/stylesheet-images
+	@cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
 	@mkdir -p $(DOCNAME)/figs
 	@cp figs/*.png figs/*.eps $(DOCNAME)/figs
-	@cp ../css/fedora.css $(DOCNAME)
+	@cp ../docs-common/css/fedora.css $(DOCNAME)
 
 
 pdf:


Index: fedora-install-guide-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-en.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- fedora-install-guide-en.xml	10 Jun 2005 19:06:08 -0000	1.18
+++ fedora-install-guide-en.xml	14 Jun 2005 22:36:46 -0000	1.19
@@ -1,20 +1,20 @@
 <!DOCTYPE book 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 VERSION "1.0"> <!-- version for this document -->
 
 <!ENTITY BOOKID "fedora-install-guide-en-&VERSION; (2005-06-10-T16:20-0700)"> <!-- change date here and VERSION entity everytime a change is made-->
 
-<!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 "129911">
 <!ENTITY FCLOCALVER "4">
 <!ENTITY DOCLOCALVER "1.0">
-<!ENTITY DRAFTNOTICE SYSTEM "../common/draftnotice-en.xml">
+<!ENTITY DRAFTNOTICE SYSTEM "../docs-common/common/draftnotice-en.xml">
 
 
 <!ENTITY INTRODUCTION SYSTEM "fedora-install-guide-intro-en.xml">




More information about the Fedora-docs-commits mailing list