docs-common Makefile,1.10,1.11

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Apr 11 20:18:39 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Don't forget the entities files now that we have them


Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	14 Feb 2006 22:50:42 -0000	1.10
+++ Makefile	11 Apr 2006 20:18:36 -0000	1.11
@@ -52,6 +52,7 @@
 		-name '*.svg' -o -name '*.eps' \) | \
 		cpio -pamdv $(DOCBASE)-$(VERSION)
 	find . -maxdepth 2 -type d \
+		-name 'entities' -o \
 		-name '2001' | xargs -i \
 		find {} -maxdepth 1 -type f | \
 		cpio -pamdv $(DOCBASE)-$(VERSION)




More information about the docs-commits mailing list