summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-12-28 18:32:22 +0000
committerPaul W. Frields <stickster@gmail.com>2005-12-28 18:32:22 +0000
commit90e2259e8d002824d860fbc358cb79e16c3ddda4 (patch)
treeb65904f06f4486160f281917b82106adc9318b55 /Makefile.common
parent4935f3c5804faba334d32d0a565088684fa3f24d (diff)
downloadfedora-doc-utils-90e2259e8d002824d860fbc358cb79e16c3ddda4.tar.gz
fedora-doc-utils-90e2259e8d002824d860fbc358cb79e16c3ddda4.tar.xz
fedora-doc-utils-90e2259e8d002824d860fbc358cb79e16c3ddda4.zip
Remove nochunks watermark during clean target
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 0a3291e..7bac74b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -145,7 +145,7 @@ ${DOCBASE}-$(1)-clean::
${RM} -r ${DOCBASE}-$(1).html stylesheet-images
${RM} -r ${DOCBASE}-$(1).pdf
${RM} -r ${DOCBASE}-$(1).tar.gz
- ${RM} fedora.css watermark-${LANG}.png
+ ${RM} fedora.css watermark-${LANG}.png watermark.png
endef
#
distclean clean:: $(foreach LANG,${LANGUAGES},${DOCBASE}-${LANG}-clean)