mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Update install location
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18488 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ec3db939d
commit
80b9f34e69
2 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-26 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Documentation/General/GNUmakefile: Update install
|
||||||
|
location
|
||||||
|
|
||||||
2004-01-25 Adam Fedor <fedor@gnu.org>
|
2004-01-25 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* base.make.in: Move LIBXML variable outside gnu-foundation check.
|
* base.make.in: Move LIBXML variable outside gnu-foundation check.
|
||||||
|
|
|
@ -27,11 +27,11 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
DOCUMENT_NAME = BaseGeneral
|
DOCUMENT_NAME = General
|
||||||
|
|
||||||
BaseGeneral_DOC_INSTALL_DIR = Developer
|
General_DOC_INSTALL_DIR = Developer/Base
|
||||||
|
|
||||||
BaseGeneral_AGSDOC_FILES = \
|
General_AGSDOC_FILES = \
|
||||||
Debugging.gsdoc \
|
Debugging.gsdoc \
|
||||||
OpenStepCompliance.gsdoc \
|
OpenStepCompliance.gsdoc \
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ OpenStepCompliance.gsdoc \
|
||||||
# used by the make package, and puts our output in the documentation
|
# used by the make package, and puts our output in the documentation
|
||||||
# directory.
|
# directory.
|
||||||
#
|
#
|
||||||
#BaseGeneral_AGSDOC_FLAGS = -DocumentationDirectory .
|
#General_AGSDOC_FLAGS = -DocumentationDirectory .
|
||||||
|
|
||||||
# Use local version of autogsdoc in case it is not installed
|
# Use local version of autogsdoc in case it is not installed
|
||||||
AUTOGSDOC=../../Tools/obj/autogsdoc
|
AUTOGSDOC=../../Tools/obj/autogsdoc
|
||||||
|
@ -59,9 +59,9 @@ include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||||
# Clean up temporary files used while generating documentation.
|
# Clean up temporary files used while generating documentation.
|
||||||
#
|
#
|
||||||
after-clean::
|
after-clean::
|
||||||
if [ -d BaseGeneral ]; then \
|
if [ -d General ]; then \
|
||||||
$(RM) BaseGeneral/stamp; \
|
$(RM) General/stamp; \
|
||||||
$(RM) BaseGeneral/dependencies; \
|
$(RM) General/dependencies; \
|
||||||
rmdir BaseGeneral; \
|
rmdir General; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue