* Update release notes to prepare for upcoming release.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-12-23 16:57:18 +00:00
parent 52d1488ad6
commit ef35c71bfc
5 changed files with 50 additions and 4 deletions

View file

@ -36,12 +36,12 @@
# Things to do before compiling
ifeq ($(doc),yes)
before-all:: $(GNUSTEP_TARGET_DIR)/config.h
cp ../Documentation/Gui/Gui.gsdoc .
cp ../Documentation/Gui.gsdoc .
# Things to do after compiling
after-all::
$(RM) Gui.gsdoc
if test -d Gui; then rmdir Gui; fi;
if test -d Gui; then rm -rf Gui; fi;
else
before-all:: $(GNUSTEP_TARGET_DIR)/config.h
endif