mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 08:07:07 +00:00
Minor tidyups to back makefiles; removed references to GNUmakefile.local (totally obsolete) and minor fix for uninstalling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@29558 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39c9297595
commit
959b852c71
7 changed files with 13 additions and 10 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2010-02-11 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/Back/GNUmakefile: Do not try including the
|
||||
non-existing GNUmakefile.local file.
|
||||
* Documentation/GNUmakefile: Same change.
|
||||
* Fonts/GNUmakefile: Same change.
|
||||
* Source/winlib/GNUmakefile: Same change.
|
||||
* Tools/GNUmakefile: Same change.
|
||||
|
||||
* Fonts/GNUmakefile.postamble (before-uninstall): Remove
|
||||
back-resources_INSTALL_DIR if empty.
|
||||
|
||||
2010-02-10 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/x11/XGServerWindow.m:
|
||||
|
|
|
@ -40,8 +40,6 @@ General_DOC_INSTALL_DIR = Developer/Back
|
|||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
|
@ -57,8 +57,6 @@ ANNOUNCE_DOC_INSTALL_DIR = Developer/Back/ReleaseNotes/$(VERSION)
|
|||
|
||||
-include Makefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
|
||||
|
|
|
@ -31,8 +31,6 @@ back-resources_RESOURCE_FILES = $(FONT_INSTALL_FILES)
|
|||
|
||||
FONT_INSTALL_FILES = Helvetica.nfont
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
|
@ -44,6 +44,7 @@ before-uninstall::
|
|||
for file in $(FONT_INSTALL_FILES); do \
|
||||
rm -rf $(back-resources_INSTALL_DIR)/$$file;\
|
||||
done
|
||||
-rmdir $(back-resources_INSTALL_DIR)
|
||||
|
||||
# Things to do after uninstalling
|
||||
# after-uninstall::
|
||||
|
|
|
@ -43,8 +43,6 @@ WIN32FontInfo.m
|
|||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/subproject.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
|
@ -57,8 +57,6 @@ MAN1_PAGES = gpbs.1
|
|||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/tool.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
Loading…
Reference in a new issue