[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
install-guide Makefile,1.19,1.20
- From: "Yuan Yijun" (bbbush) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: install-guide Makefile,1.19,1.20
- Date: Fri, 24 Feb 2006 09:22:18 -0500
Author: bbbush
Update of /cvs/docs/install-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15388
Modified Files:
Makefile
Log Message:
add xml DOCTYPE declaration so make pot works now. still cannot build
Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile 17 Feb 2006 19:07:00 -0000 1.19
+++ Makefile 24 Feb 2006 14:22:10 -0000 1.20
@@ -20,14 +20,33 @@
OTHERS = zh_CN
########################################################################
# List each XML file of your document in the template below. Append the
-# path to each file to the "XMLFILES-${1}" string. Use a backslash if you
+# path to each file to the "XMLFILES-$(1)" string. Use a backslash if you
# need additional lines. Here, we have one extra file "en/para.xml"; that
-# gets written as "${1}/para.xml" because later, make(1) will need to compute
+# gets written as "$(1)/para.xml" because later, make(1) will need to compute
# the necesssary filenames. Oh, do NOT include "fdp-info.xml" because that's
# a generated file and we already know about that one...
define XMLFILES_template
-XMLFILES-${1}=${1}/${DOCBASE}.xml ${1}/${DOCBASE}-abouttoinstall.xml ${1}/${DOCBASE}-acknowledgements.xml ${1}/${DOCBASE}-adminoptions.xml ${1}/${DOCBASE}-beginninginstallation.xml ${1}/${DOCBASE}-bootloader.xml ${1}/${DOCBASE}-diskpartitioning.xml ${1}/${DOCBASE}-firstboot.xml ${1}/${DOCBASE}-installingpackages.xml ${1}/${DOCBASE}-intro.xml ${1}/${DOCBASE}-locale.xml ${1}/${DOCBASE}-networkconfig.xml ${1}/${DOCBASE}-nextsteps.xml ${1}/${DOCBASE}-other-instmethods.xml ${1}/${DOCBASE}-packageselection.xml ${1}/${DOCBASE}-rootpassword.xml ${1}/${DOCBASE}-techref.xml ${1}/${DOCBASE}-timezone.xml ${1}/${DOCBASE}-upgrading.xml
+
+XMLFILES-$(1)= $(1)/${DOCBASE}.xml \
+ $(1)/${DOCBASE}-abouttoinstall.xml \
+ $(1)/${DOCBASE}-acknowledgements.xml \
+ $(1)/${DOCBASE}-adminoptions.xml \
+ $(1)/${DOCBASE}-beginninginstallation.xml \
+ $(1)/${DOCBASE}-bootloader.xml \
+ $(1)/${DOCBASE}-diskpartitioning.xml \
+ $(1)/${DOCBASE}-firstboot.xml \
+ $(1)/${DOCBASE}-installingpackages.xml \
+ $(1)/${DOCBASE}-intro.xml \
+ $(1)/${DOCBASE}-locale.xml \
+ $(1)/${DOCBASE}-networkconfig.xml \
+ $(1)/${DOCBASE}-nextsteps.xml \
+ $(1)/${DOCBASE}-other-instmethods.xml \
+ $(1)/${DOCBASE}-packageselection.xml \
+ $(1)/${DOCBASE}-rootpassword.xml \
+ $(1)/${DOCBASE}-techref.xml \
+ $(1)/${DOCBASE}-timezone.xml \
+ $(1)/${DOCBASE}-upgrading.xml
endef
#
########################################################################
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]