usb-hotplug Makefile,1.1,1.2 usb-hotplug-tutorial-en.xml,1.3,1.4

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jun 18 13:47:20 UTC 2005


Author: pfrields

Update of /cvs/docs/usb-hotplug
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1933

Modified Files:
	Makefile usb-hotplug-tutorial-en.xml 
Log Message:
Updated old usb-hotplug tutorial with docs-common compliance


Index: Makefile
===================================================================
RCS file: /cvs/docs/usb-hotplug/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	14 Oct 2004 14:36:13 -0000	1.1
+++ Makefile	18 Jun 2005 13:47:18 -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        = usb-hotplug-tutorial-$(LANG)
 XMLFILE        = $(DOCNAME).xml
@@ -17,14 +17,14 @@
 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)
 
 html-nochunks:
 	@xmlto html-nochunks -x $(XSLHTML) $(XMLFILE)
 	@mkdir -p stylesheet-images
-	@cp ../stylesheet-images/*.png stylesheet-images
-	@cp ../css/fedora.css .
+	@cp ../docs-common/stylesheet-images/*.png stylesheet-images
+	@cp ../docs-common/css/fedora.css .
 
 pdf:
 	@xmlto pdf -x $(XSLPDF) $(XMLFILE)


Index: usb-hotplug-tutorial-en.xml
===================================================================
RCS file: /cvs/docs/usb-hotplug/usb-hotplug-tutorial-en.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- usb-hotplug-tutorial-en.xml	15 Oct 2004 20:18:59 -0000	1.3
+++ usb-hotplug-tutorial-en.xml	18 Jun 2005 13:47:18 -0000	1.4
@@ -2,7 +2,7 @@
 <!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.xml">
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
 
 <!ENTITY BOOKID "usb-hotplug-tutorial-0.52 (2004-10-14)"> <!-- change version of manual and date here -->




More information about the Fedora-docs-commits mailing list