docs-common Makefile.common,1.20,1.21

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Mon Dec 12 16:32:23 UTC 2005


Author: jtr

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3219

Modified Files:
	Makefile.common 
Log Message:
Dolt!  Pass the desired language to the script that needs to look at it!



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Makefile.common	11 Dec 2005 03:26:10 -0000	1.20
+++ Makefile.common	12 Dec 2005 16:32:16 -0000	1.21
@@ -85,8 +85,8 @@
 	[ -z "${HTMLCSSEXTRA}" ] || 					\
 		cp ${HTMLCSSEXTRA} $(DOCBASE)-$(1)/watermark.png
 	[ ! -d figs ] || 						\
-		${FDPDIR}/docs-common/bin/copy-figs -v -f '*.png'	\
-			figs $(DOCBASE)-$(1)
+		${FDPDIR}/docs-common/bin/copy-figs -v -f '*.png' 	\
+			-l ${LANG} figs $(DOCBASE)-$(1)
 endef
 #
 html::	$(foreach LANG,${LANGUAGES},$(DOCBASE)-$(LANG)/index.html)




More information about the Fedora-docs-commits mailing list