docs-common Makefile,1.6,1.7

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Feb 4 05:48:52 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Don't forget the XInclude schema



Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	4 Feb 2006 02:49:33 -0000	1.6
+++ Makefile	4 Feb 2006 05:48:44 -0000	1.7
@@ -50,6 +50,10 @@
 		-name '.*' -o -name '*~' -o \
 		-name '*.svg' -o -name '*.eps' \) | \
 		cpio -pamdv $(DOCBASE)-$(VERSION)
+	find . -maxdepth 2 -type d \
+		-name '2001' | xargs -i \
+		find {} -maxdepth 1 -type f | \
+		cpio -pamdv $(DOCBASE)-$(VERSION)
 # include Makefile.common for use in offline FDP doc building
 	cp Makefile.common $(DOCBASE)-$(VERSION)
 #




More information about the Fedora-docs-commits mailing list