docs-common Makefile.common,1.48,1.49

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Feb 11 16:54:54 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Must make sure we don't remove non-generated files.  For example, in
the release-notes directory there is a non-generated
"fedora-release.spec" which we were whacking on a "make distclean".



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Makefile.common	9 Feb 2006 00:27:39 -0000	1.48
+++ Makefile.common	11 Feb 2006 16:54:46 -0000	1.49
@@ -291,11 +291,11 @@
 
 distclean::
 	${RM} -r rpm
-	${RM} *.rpm
-	${RM} *.omf
-	${RM} *.desktop
-	${RM} *.spec
-	${RM} *.src.tar.gz
+	${RM} $(DOCBASE)*.rpm
+	${RM} $(DOCBASE)*.omf
+	${RM} $(DOCBASE)*.desktop
+	${RM} $(DOCBASE)*.spec
+	${RM} $(DOCBASE)*.src.tar.gz
 
 spec::	${SPECFILE}
 




More information about the Fedora-docs-commits mailing list