From: Samuel Martin Date: Thu, 15 Nov 2012 12:07:28 +0000 (+0000) Subject: manual: make clean target consistent with others in buildroot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b566e8cb56b65d1b86f3502abf19d4f7304100bb;p=buildroot.git manual: make clean target consistent with others in buildroot Signed-off-by: Samuel Martin Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index 1eaf73a5bd..fd9091eb66 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -38,10 +38,10 @@ $(call GENDOC_INNER,$(1),chunked,split-html,chunked,Split HTML) $(call GENDOC_INNER,$(1),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0") $(call GENDOC_INNER,$(1),text,txt,text,Text) $(call GENDOC_INNER,$(1),epub,epub,epub,EPUB) -clean: clean-$(1) -clean-$(1): +clean: $(1)-clean +$(1)-clean: $(Q)$(RM) -rf $(O)/docs/$(1) -.PHONY: $(1) clean-$(1) +.PHONY: $(1) $(1)-clean endef MANUAL_SOURCES = $(wildcard docs/manual/*.txt) $(wildcard docs/images/*)