example-tutorial Makefile,1.10,1.11

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sat Sep 17 14:41:44 UTC 2005


Author: jtr

Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10318/example-tutorial

Modified Files:
	Makefile 
Log Message:
Added multi-language support.



Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	29 Jun 2005 14:17:01 -0000	1.10
+++ Makefile	17 Sep 2005 14:41:42 -0000	1.11
@@ -7,24 +7,22 @@
 # Copyright 2003 Tammy Fox, Red Hat, Inc.
 # Copyright 2005 Tommy Reynolds, MegaCoder.com
 ###############################################################################
-
-XSLPDF		= ../docs-common/xsl/main-pdf.xsl
-XSLHTML        	= ../docs-common/xsl/main-html.xsl
-XSLHTMLNOCHUNKS	= ../docs-common/xsl/main-html-nochunks.xsl
-LANG	       	= en
-DOCNAME        	= example-tutorial-$(LANG)
-XMLFILE        	= $(DOCNAME).xml
-XMLEXTRAFILES	=
-
+#
+# Document-specific definitions.
+#
+LANGUAGES      	= en
+DOCBASE        	= example-tutorial
+XMLEXTRAFILES-en=
+#
 ######################################################
 include ../docs-common/Makefile.common
 ######################################################
-
+#
 # If you want to add additional steps to any of the 
 # targets defined in "Makefile.common", be sure to use
 # a double-colon in your rule here.  For example, to 
 # print the message "FINISHED AT LAST" after building 
 # the HTML document version, uncomment the following 
 # line:
-#${DOCNAME}/index.html::
+#${DOCBASE}-en/index.html::
 #	echo FINISHED AT LAST




More information about the Fedora-docs-commits mailing list