Makefile Makefile.old po/LINGUAS

Rüdiger Landmann rlandmann at fedoraproject.org
Mon Jul 20 22:43:30 UTC 2009


 Makefile     |   70 ++++++++++-------------------------------------------------
 Makefile.old |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/LINGUAS   |    7 +++++
 3 files changed, 83 insertions(+), 58 deletions(-)

New commits:
commit d772078f83e4e276c9f549d01ec60defbd2ed8b1
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Jul 21 08:42:55 2009 +1000

    replace Makefile, update LINGUAS

diff --git a/Makefile b/Makefile
index a1f7652..7bb52cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,64 +1,18 @@
-########################################################################
-# Fedora Documentation Project Per-document Makefile
-# License: GPL
-# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
-########################################################################
-#
-# Document-specific definitions.
-#
-DOCBASE        	= README-BURNING-ISOS
-PRI_LANG	= en_US
-PKGNAME		= ${DOCBASE}
-DOC_ENTITIES	= doc-entities
+#Makefile for Burning_ISO_images_to_disc
 
-# Use the lowercase version (module name) for POT
-POTBASE		=readme-burning-isos
+XML_LANG	= en-US
+DOCNAME		= Burning_ISO_images_to_disc
+PRODUCT		= Fedora
+BRAND		= fedora
+DOC_TYPE	= Article
 
-define XMLFILES_template
-XMLFILES-${1}=	${1}/${DOCBASE}.xml
-endef
+OTHER_LANGS	= ca-ES cs-CZ de-DE el-GR es-ES fi-FI fr-FR gu-IN hi-IN hr-HR hu-HU id-ID it-IT ja-JP kn-IN ml-IN mr-IN ms-MY nb-NO nl-NL or-IN pa-IN pl-PL pt-PT pt-BR ru-RU sr-LATN sr-RS sv-SE te-IN uk-UA zh-CN zh-TW
 
-#
-########################################################################
-define find-makefile-common 
-for d in docs-common ../docs-common ../../docs-common; do \
-if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
-endef 
-include $(shell $(find-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:
-#${DOCBASE}-en/index.html::
-#	echo FINISHED AT LAST
-########################################################################
+#OTHER_LANGS	= as-IN bn-IN de-DE es-ES fr-FR gu-IN hi-IN it-IT ja-JP kn-IN ko-KR ml-IN mr-IN or-IN pa-IN pt-BR ru-RU si-LK ta-IN te-IN zh-CN zh-TW
 
-# This simply rides on the normal "make txt" target
-define PKGTXT_template
-.PHONY: pkgtxt-${1}
-pkgtxt-${1}:: ${PKGNAME}-${VERSION}/README-BURNING-ISOS-${1}.txt
-$(eval PKGFILES-${1}+=${PKGNAME}-${VERSION}/README-BURNING-ISOS-${1}.txt)
-${PKGNAME}-${VERSION}/README-BURNING-ISOS-${1}.txt:: README-BURNING-ISOS-${1}.txt
-	mkdir -p ${PKGNAME}-${VERSION}
-	cp README-BURNING-ISOS-${1}.txt $$@
-endef
+# Extra Parameters start here
 
-$(foreach L,${LANGUAGES},$(eval $(call PKGTXT_template,${L})))
+# Extra Parameters stop here
+COMMON_CONFIG  = /usr/share/publican
+include $(COMMON_CONFIG)/make/Makefile.common
 
-
-
-.PHONY: release-pkg
-release-pkg:: ${PKGNAME}-${VERSION}.tar.gz
-${PKGNAME}-${VERSION}.tar.gz:: $(foreach L,${LANGUAGES},${PKGFILES-${L}})
-	tar czf ${PKGNAME}-${VERSION}.tar.gz ${PKGNAME}-${VERSION}
-
-clean::
-	${RM} -rf ${PKGNAME}-${VERSION}.tar.gz
-	${RM} -rf ${PKGNAME}-${VERSION}
-
-help::
-	@printf ${TFMT} 'release-pkg' 'Make a tarball suitable for import to Core'
diff --git a/Makefile.old b/Makefile.old
new file mode 100644
index 0000000..a1f7652
--- /dev/null
+++ b/Makefile.old
@@ -0,0 +1,64 @@
+########################################################################
+# Fedora Documentation Project Per-document Makefile
+# License: GPL
+# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
+########################################################################
+#
+# Document-specific definitions.
+#
+DOCBASE        	= README-BURNING-ISOS
+PRI_LANG	= en_US
+PKGNAME		= ${DOCBASE}
+DOC_ENTITIES	= doc-entities
+
+# Use the lowercase version (module name) for POT
+POTBASE		=readme-burning-isos
+
+define XMLFILES_template
+XMLFILES-${1}=	${1}/${DOCBASE}.xml
+endef
+
+#
+########################################################################
+define find-makefile-common 
+for d in docs-common ../docs-common ../../docs-common; do \
+if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
+endef 
+include $(shell $(find-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:
+#${DOCBASE}-en/index.html::
+#	echo FINISHED AT LAST
+########################################################################
+
+# This simply rides on the normal "make txt" target
+define PKGTXT_template
+.PHONY: pkgtxt-${1}
+pkgtxt-${1}:: ${PKGNAME}-${VERSION}/README-BURNING-ISOS-${1}.txt
+$(eval PKGFILES-${1}+=${PKGNAME}-${VERSION}/README-BURNING-ISOS-${1}.txt)
+${PKGNAME}-${VERSION}/README-BURNING-ISOS-${1}.txt:: README-BURNING-ISOS-${1}.txt
+	mkdir -p ${PKGNAME}-${VERSION}
+	cp README-BURNING-ISOS-${1}.txt $$@
+endef
+
+$(foreach L,${LANGUAGES},$(eval $(call PKGTXT_template,${L})))
+
+
+
+.PHONY: release-pkg
+release-pkg:: ${PKGNAME}-${VERSION}.tar.gz
+${PKGNAME}-${VERSION}.tar.gz:: $(foreach L,${LANGUAGES},${PKGFILES-${L}})
+	tar czf ${PKGNAME}-${VERSION}.tar.gz ${PKGNAME}-${VERSION}
+
+clean::
+	${RM} -rf ${PKGNAME}-${VERSION}.tar.gz
+	${RM} -rf ${PKGNAME}-${VERSION}
+
+help::
+	@printf ${TFMT} 'release-pkg' 'Make a tarball suitable for import to Core'
diff --git a/po/LINGUAS b/po/LINGUAS
index ee1d626..5525c6f 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -7,13 +7,19 @@ es
 fi
 fr
 gu
+hi
 hr
+hu
+id
 it
 ja
+kn
 ml
+mr
 ms
 nb
 nl
+or
 pa
 pl
 pt
@@ -22,6 +28,7 @@ ru
 sr
 sr_Latn
 sv
+te
 uk
 zh_CN
 zh_TW





More information about the Fedora-docs-commits mailing list