mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
manual: make clean target consistent with others in buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
08e182523b
commit
b566e8cb56
@ -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),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0")
|
||||||
$(call GENDOC_INNER,$(1),text,txt,text,Text)
|
$(call GENDOC_INNER,$(1),text,txt,text,Text)
|
||||||
$(call GENDOC_INNER,$(1),epub,epub,epub,EPUB)
|
$(call GENDOC_INNER,$(1),epub,epub,epub,EPUB)
|
||||||
clean: clean-$(1)
|
clean: $(1)-clean
|
||||||
clean-$(1):
|
$(1)-clean:
|
||||||
$(Q)$(RM) -rf $(O)/docs/$(1)
|
$(Q)$(RM) -rf $(O)/docs/$(1)
|
||||||
.PHONY: $(1) clean-$(1)
|
.PHONY: $(1) $(1)-clean
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MANUAL_SOURCES = $(wildcard docs/manual/*.txt) $(wildcard docs/images/*)
|
MANUAL_SOURCES = $(wildcard docs/manual/*.txt) $(wildcard docs/images/*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user