mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
ca9c384b3d
commit
7d3cb54d3a
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue