mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Remove GNUSTEP_MAKEFILES
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c2cf79a271
commit
4748f21adb
3 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-05-02 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/Gui/GNUmakefile: Remove GNUSTEP_MAKEFILES.
|
||||
* Source/DocMakefile: Idem.
|
||||
|
||||
2003-05-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* TextConverters/RTF/RTFProducer.h
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
MAKEFILE_NAME = DocMakefile
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
# These are gui headers that are also classes documented with autogsdoc
|
||||
|
|
Loading…
Reference in a new issue