release-notes/devel Makefile,1.25,1.26

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Sep 5 21:50:04 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Try building these languages, and fix the sed line



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Makefile	2 Sep 2006 05:32:24 -0000	1.25
+++ Makefile	5 Sep 2006 21:50:02 -0000	1.26
@@ -8,7 +8,7 @@
 #
 DOCBASE        	= RELEASE-NOTES
 PRI_LANG	= en_US
-OTHERS		= de #el es fr_FR it ja_JP nl pa pt pt_BR ru # zh_CN cs hr ml ms sv
+OTHERS		= el es fr_FR gu hr it ja_JP ml ms nl pa ru sv zh_CN zh_TW # cs de uk pt_BR pt
 FDPDIR		= ${PWD}/../..
 
 # Special legalnotice for this document:
@@ -155,9 +155,9 @@
 # locale name *unless* the locale is en_US, in which case is is replaced
 # by "C", the fallback.
 %.omf:	%.omf.in
-	sed '	s!@RELEASE@!${VERSION}!g ;				\
-		s!@DATE@!${REVDATE}!g ;					\
-		s!@LANG@!$(patsubst %/$(shell basename $<),%,$<)!g'	\
+	sed -e 's!@RELEASE@!${VERSION}!g'				\
+		-e 's!@DATE@!${REVDATE}!g'				\
+		-e 's!@LANG@!$(patsubst %/$(shell basename $<),%,$<)!g'	\
 		$< > $@
 	sed -i 's!@LANGC@!$(if $(findstring en_US,$(patsubst 		\
 		%/$(shell basename $<),%,$<)),C,$(patsubst 		\




More information about the Fedora-docs-commits mailing list