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:
fedor 2004-01-27 04:36:01 +00:00
parent 6ec3db939d
commit 80b9f34e69
2 changed files with 13 additions and 8 deletions

View file

@ -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>
* base.make.in: Move LIBXML variable outside gnu-foundation check.

View file

@ -27,11 +27,11 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
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 \
OpenStepCompliance.gsdoc \
@ -41,7 +41,7 @@ OpenStepCompliance.gsdoc \
# used by the make package, and puts our output in the documentation
# directory.
#
#BaseGeneral_AGSDOC_FLAGS = -DocumentationDirectory .
#General_AGSDOC_FLAGS = -DocumentationDirectory .
# Use local version of autogsdoc in case it is not installed
AUTOGSDOC=../../Tools/obj/autogsdoc
@ -59,9 +59,9 @@ include $(GNUSTEP_MAKEFILES)/documentation.make
# Clean up temporary files used while generating documentation.
#
after-clean::
if [ -d BaseGeneral ]; then \
$(RM) BaseGeneral/stamp; \
$(RM) BaseGeneral/dependencies; \
rmdir BaseGeneral; \
if [ -d General ]; then \
$(RM) General/stamp; \
$(RM) General/dependencies; \
rmdir General; \
fi