translation-guide-windows Makefile, 1.1, 1.2 translate-in-windows-en.xml, 1.2, 1.3

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


Author: pfrields

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

Modified Files:
	Makefile translate-in-windows-en.xml 
Log Message:
Updated entity file references and Makefile


Index: Makefile
===================================================================
RCS file: /cvs/docs/translation-guide-windows/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	23 Sep 2004 02:53:56 -0000	1.1
+++ Makefile	28 Jun 2005 21:52:45 -0000	1.2
@@ -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        = translate-in-windows-$(LANG)
 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)
 	@cp -r figs/ $(DOCNAME)/
 
 
@@ -27,4 +29,4 @@
 ######################################################
 
 clean: 
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME)
+	@rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz


Index: translate-in-windows-en.xml
===================================================================
RCS file: /cvs/docs/translation-guide-windows/translate-in-windows-en.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- translate-in-windows-en.xml	7 Oct 2004 14:59:31 -0000	1.2
+++ translate-in-windows-en.xml	28 Jun 2005 21:52:45 -0000	1.3
@@ -1,16 +1,11 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
-<!ENTITY RH "Red Hat"> <!--The generic term "Red Hat" -->
-<!ENTITY FORMAL-RHI "&RH;, Inc."> <!--The generic term "Red Hat, Inc. -->
-<!ENTITY RHL "&RH; Linux"> <!-- The generic term "Red Hat Linux" -->
-<!ENTITY RHN "&RH; Network"> <!-- The generic term "Red Hat Linux" -->
-<!ENTITY PROJECT "&RHL; project"> <!-- Set the default name -->
-<!ENTITY PROJECT-TITLE "&RHL; Project"> <!-- Set the default name -->
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
+%FEDORA-ENTITIES-EN;
 
 <!ENTITY BOOKID "how-to-translate-fedora-in-windows-0.1 (2004-09-16)"> <!-- change version of manual and date here -->
-
-<!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml">
+<!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
 
 
 ]>




More information about the Fedora-docs-commits mailing list