mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
* 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:
parent
52d1488ad6
commit
ef35c71bfc
5 changed files with 50 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue