[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.44,1.45
- From: "Tommy Reynolds" (jtr) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.44,1.45
- Date: Mon, 6 Feb 2006 19:18:21 -0500
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)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]