example-tutorial Makefile,1.12,1.13

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Oct 3 02:42:39 UTC 2005


Author: pfrields

Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23330

Modified Files:
	Makefile 
Log Message:
Test twice before you commit, stupid


Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	3 Oct 2005 02:35:37 -0000	1.12
+++ Makefile	3 Oct 2005 02:42:37 -0000	1.13
@@ -77,12 +77,14 @@
 # FIXME:  Needs to be multiplexed for LANGUAGES (see above)
 	cp $(OMFIN) $(DOCOMF)
 	cp $(DESKTOPIN) $(DOCDESKTOP)
-	for file in $(DOCOMF) $(DOCDESKTOP); do \
-		sed -i 's/@VERSION@/$(VERSION)/g' $(DOCOMF) ; \
-		sed -i 's/@DATE@/$(DATE)/g' $(DOCOMF) ; \
-		sed -i 's/@TITLE@/$(TITLE)/g' $(DOCOMF) ; \
-		sed -i 's/@DOCBASE@/$(DOCBASE)/g' $(DOCOMF) ; \
-	done
+	sed -i 's/@VERSION@/$(VERSION)/g' $(DOCOMF)
+	sed -i 's/@DATE@/$(DATE)/g' $(DOCOMF)
+	sed -i 's/@TITLE@/$(TITLE)/g' $(DOCOMF)
+	sed -i 's/@DOCBASE@/$(DOCBASE)/g' $(DOCOMF)
+	sed -i 's/@VERSION@/$(VERSION)/g' $(DOCDESKTOP)
+	sed -i 's/@DATE@/$(DATE)/g' $(DOCDESKTOP)
+	sed -i 's/@TITLE@/$(TITLE)/g' $(DOCDESKTOP)
+	sed -i 's/@DOCBASE@/$(DOCBASE)/g' $(DOCDESKTOP)
 #
 # Do the build...
 #




More information about the Fedora-docs-commits mailing list