mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed make clean for gsdoc - old shell loop was running rm too many times
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce4199cc77
commit
3b124863a8
1 changed files with 1 additions and 3 deletions
|
@ -389,9 +389,7 @@ internal-doc-clean::
|
|||
$(INTERNAL_doc_NAME).tar.gz; \
|
||||
$(INTERNAL_doc_NAME)/*
|
||||
ifneq ($(GSDOC_FILES),)
|
||||
@ for i in $(GSDOC_FILES); do \
|
||||
rm -f $(GSDOC_OBJECT_FILES) ; \
|
||||
done
|
||||
@ -rm -f $(GSDOC_OBJECT_FILES)
|
||||
endif
|
||||
ifneq ($(LATEX_FILES),)
|
||||
@ rm -f *.aux
|
||||
|
|
Loading…
Reference in a new issue