docs-common Makefile,1.4,1.5

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Dec 30 16:26:35 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
A little remaining cleanup


Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	28 Dec 2005 20:02:13 -0000	1.4
+++ Makefile	30 Dec 2005 16:26:27 -0000	1.5
@@ -31,6 +31,7 @@
 
 clean:
 	rm -rf $(DOCBASE)*.rpm
+	rm -rf $(PWD)/rpmbuild
 
 update: clean
 	cvs update
@@ -40,10 +41,13 @@
 # Make RPM-compliant tarball of source XML and other stuff
 	mkdir $(DOCBASE)-$(RELEASE)
 	find . -maxdepth 1 -type d \( \
+		-name 'bin' -o \
 		-name 'common' -o \
 		-name 'css' -o \
+		-name 'images' -o \
 		-name 'packaging' -o \
-		-name 'stylesheet-images' \) | xargs -i \
+		-name 'stylesheet-images' -o \
+		-name 'xsl' \) | xargs -i \
 		find {} -maxdepth 1 -type f ! \( \
 		-name '.*' -o -name '*~' -o \
 		-name '*.svg' -o -name '*.eps' \) | \




More information about the Fedora-docs-commits mailing list