release-notes/devel Makefile,1.65,1.66

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Jun 15 20:01:11 UTC 2007


Author: pfrields

Update of /cvs/docs/release-notes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3667

Modified Files:
	Makefile 
Log Message:
Generate a POT file whose basename matches the module name.  This
helps with L10N.



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Makefile	22 May 2007 01:22:43 -0000	1.65
+++ Makefile	15 Jun 2007 20:00:44 -0000	1.66
@@ -16,6 +16,10 @@
 PKGNAME		=fedora-release-notes
 # Special PKGRPMFLAGS to keep Rawhide happy for f13
 PKGRPMFLAGS	=--define "_topdir ${PWD}" --define "_specdir ${PWD}" --define "_sourcedir ${PWD}" --define "_srcrpmdir ${PWD}" --define "_rpmdir ${PWD}"
+# Use a special POTBASE to keep that filename equivalent to the module
+# while still allowing ALL-CAPS filename generation.
+POTBASE		=release-notes
+
 ########################################################################
 # 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




More information about the Fedora-docs-commits mailing list