docs-common Makefile.common,1.22,1.23

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Dec 28 01:04:02 UTC 2005


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1566/docs-common

Modified Files:
	Makefile.common 
Log Message:
Define macro for xsltproc


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile.common	15 Dec 2005 06:00:02 -0000	1.22
+++ Makefile.common	28 Dec 2005 01:03:47 -0000	1.23
@@ -56,6 +56,8 @@
 # Define a macro to locate xmlto(1) so we can choose a specific version
 # by "make XMLTO=/path/to/xmlto", if we so desire.
 XMLTO	=xmlto
+# Let's also do this for xsltproc(1).
+XSLTPROC=xsltproc
 #########################################################################
 # PUT NO TARGETS BEFORE THIS ONE, not even in your base Makefile
 # In a properly-constructed Makefile, this will be the default target




More information about the Fedora-docs-commits mailing list