[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile,1.6,1.7
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile,1.6,1.7
- Date: Sat, 4 Feb 2006 00:48:52 -0500
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)
#
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]