mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixes for latex doc - when the generated HTML is on CVS we need to be
careful with the CVS subdirs git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8207 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4c35ebbb78
commit
853b57f6ad
1 changed files with 2 additions and 3 deletions
|
@ -250,7 +250,7 @@ internal-doc-install::
|
|||
# Yeah - I know - the following is dangerous if you have misused the
|
||||
# DOC_INSTALL_DIR - but it's the only way to do it
|
||||
internal-doc-uninstall::
|
||||
rm -f $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/*
|
||||
-rm -f $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/*
|
||||
endif # LATEX2HTML
|
||||
endif # LATEX_FILES
|
||||
|
||||
|
@ -286,7 +286,7 @@ internal-doc-clean::
|
|||
rm -f $(INTERNAL_doc_NAME)_*.html
|
||||
rm -f $(INTERNAL_doc_NAME).ps.gz
|
||||
rm -f $(INTERNAL_doc_NAME).tar.gz
|
||||
rm -f $(INTERNAL_doc_NAME)/*
|
||||
-rm -f $(INTERNAL_doc_NAME)/*
|
||||
ifneq ($(GSDOC_FILES),)
|
||||
for i in $(GSDOC_FILES); do \
|
||||
rm -f `basename $$i .gsdoc`.html ; \
|
||||
|
@ -309,7 +309,6 @@ endif
|
|||
ifneq ($(LATEX_FILES),)
|
||||
|
||||
internal-doc-distclean::
|
||||
rm -Rf $(INTERNAL_doc_NAME)
|
||||
rm -Rf *~
|
||||
rm -Rf *.aux
|
||||
else # ! LATEX_FILES
|
||||
|
|
Loading…
Reference in a new issue