Fixed make clean; in make clean, make more clean for javadoc as it wasn't

cleaning enough


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10859 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-09-11 10:07:55 +00:00
parent f9c0b71bda
commit 92e07203cc

View file

@ -386,7 +386,7 @@ internal-doc-clean::
$(INTERNAL_doc_NAME).vrs \
$(INTERNAL_doc_NAME)_*.html \
$(INTERNAL_doc_NAME).ps.gz \
$(INTERNAL_doc_NAME).tar.gz; \
$(INTERNAL_doc_NAME).tar.gz \
$(INTERNAL_doc_NAME)/*
ifneq ($(GSDOC_FILES),)
@ -rm -f $(GSDOC_OBJECT_FILES)
@ -394,6 +394,9 @@ endif
ifneq ($(LATEX_FILES),)
@ rm -f *.aux
endif
ifneq ($(JAVADOC_FILES),)
@ -rm -Rf $(INTERNAL_doc_NAME)
endif
internal-textdoc-clean::
@ rm -f $(INTERNAL_textdoc_NAME)