summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 18:55:43 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 18:55:43 +0000
commit93972875704c416a7f462189b549f324d5f80116 (patch)
tree54cea545d8ecc45e230d26c1a43ae0ae85ef54c9 /Makefile.common
parentd8e781a29d2c480a849388b11996127614080c8d (diff)
downloadfedora-doc-utils-93972875704c416a7f462189b549f324d5f80116.tar.gz
fedora-doc-utils-93972875704c416a7f462189b549f324d5f80116.tar.xz
fedora-doc-utils-93972875704c416a7f462189b549f324d5f80116.zip
When doing "make clean", forgot the ".ent" extention on the ${DOC_ENTITIES}
reference.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 3212410..c3f2d5c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -811,7 +811,7 @@ endif
clean::
${RM} ${FDP_ENTITIES}
ifneq "${DOC_ENTITIES}" ""
- ${RM} ${DOC_ENTITIES}
+ ${RM} ${DOC_ENTITIES}.ent
endif
help::