translation-guide Makefile, 1.2, 1.3 translation-guide-en.xml, 1.5, 1.6

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Jun 28 21:49:13 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile translation-guide-en.xml 
Log Message:
Fixed entity file references and Makefile


Index: Makefile
===================================================================
RCS file: /cvs/docs/translation-guide/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	5 Feb 2004 00:25:51 -0000	1.2
+++ Makefile	28 Jun 2005 21:49:10 -0000	1.3
@@ -7,18 +7,20 @@
 # 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        = translation-guide-en
 XMLFILE        = $(DOCNAME).xml
 
 ######################################################
+include ../docs-common/Makefile.common
+######################################################
 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-%:
@@ -26,4 +28,4 @@
 ######################################################
 
 clean: 
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME)
+	@rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz


Index: translation-guide-en.xml
===================================================================
RCS file: /cvs/docs/translation-guide/translation-guide-en.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- translation-guide-en.xml	31 Aug 2004 01:21:22 -0000	1.5
+++ translation-guide-en.xml	28 Jun 2005 21:49:10 -0000	1.6
@@ -3,12 +3,12 @@
 <!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.xml">
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
 
 <!ENTITY BOOKID "translation-guide-0.1.1 (2004-01-16)"> <!-- change version of 
 manual and date here -->
-<!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml">
+<!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
 <!ENTITY INTRO SYSTEM "translate-intro-en.xml">
 <!ENTITY WORKFLOW SYSTEM "translate-workflow-en.xml">
 <!ENTITY PO SYSTEM "translate-po-en.xml">




More information about the Fedora-docs-commits mailing list