docs-common Makefile.common,1.85,1.86

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Mar 2 18:55:51 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
When doing "make clean", forgot the ".ent" extention on the ${DOC_ENTITIES}
reference.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- Makefile.common	2 Mar 2006 01:50:06 -0000	1.85
+++ Makefile.common	2 Mar 2006 18:55:43 -0000	1.86
@@ -811,7 +811,7 @@
 clean::
 	${RM} ${FDP_ENTITIES}
 ifneq	"${DOC_ENTITIES}" ""
-	${RM} ${DOC_ENTITIES}
+	${RM} ${DOC_ENTITIES}.ent
 endif
 
 help::




More information about the Fedora-docs-commits mailing list