Improved installing documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-07-26 21:57:09 +00:00
parent ca9c384b3d
commit 7d3cb54d3a
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2010-07-26 Nicola Pero <nicola.pero@meta-innovation.com>
* Documentation/GNUmakefile (REF_DOC_INSTALL_DIR): Use
GNUSTEP_DOC, not GNUSTEP_DOCUMENTATION, which has been deprecated
for over 3 years.
* Documentation/Makefile.postamble (after-uninstall): Rewritten to
be more accurate.
2010-07-26 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/NSBundle.m ([+_addFrameworkFromClass:]): Added support

View file

@ -111,7 +111,7 @@ BASE_MAKE_LOADED=yes
# file using the make file ../Source/DocMakefile. If headers are added to the
# library, you need to modify that file to get the autogsdoc tool to use them.
#
REF_DOC_INSTALL_DIR = $(GNUSTEP_DOCUMENTATION)/Developer
REF_DOC_INSTALL_DIR = $(GNUSTEP_DOC)/Developer
-include Makefile.preamble

View file

@ -81,7 +81,10 @@ endif
# Things to do after uninstalling
after-uninstall::
rm -rf $(REF_DOC_INSTALL_DIR)
rm -rf $(REF_DOC_INSTALL_DIR)/Base/Reference
rm -rf $(REF_DOC_INSTALL_DIR)/BaseAdditions/Reference
rm -rf $(REF_DOC_INSTALL_DIR)/Tools/Reference
-rmdir $(REF_DOC_INSTALL_DIR)
# Things to do before cleaning
# before-clean::