docs-common Makefile.common,1.44,1.45

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Feb 7 00:18:21 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Actually check in the ${PRI_LANG} changes I mentioned earlier.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- Makefile.common	4 Feb 2006 05:13:07 -0000	1.44
+++ Makefile.common	7 Feb 2006 00:18:12 -0000	1.45
@@ -54,8 +54,13 @@
 ifeq	"${DRAFT}" ""
 DRAFT	= yes
 endif
+ifeq	"${PRI_LANG}" ""
+PRI_LANG= en
+endif
 ifeq	"${RPMINFO}" ""
-RPMINFO		= ${PWD}/${LANG}/rpm-info-${LANG}.xml
+# Don't panic, we need this only to get the latest RPM package version
+# All other rpm-info usages are driven by XSLT scripts.
+RPMINFO		= ${PWD}/${PRI_LANG}/rpm-info-${PRI_LANG}.xml
 endif
 #########################################################################
 # Define a macro to locate xmlto(1) so we can choose a specific version
@@ -75,7 +80,7 @@
 #########################################################################
 # Use our very own "docs-common/bin/fdpsh" as the command interpreter
 # This automatically has ${FDPBIN} as first in the ${PATH}
-SHELL	=RPMINFO=${RPMINFO} ${FDPBIN}/fdpsh
+SHELL	=${FDPBIN}/fdpsh
 #########################################################################
 VERSION:=$(shell version doc)
 RELEASE:=$(shell version rpm)




More information about the Fedora-docs-commits mailing list