git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-23 22:17:21 +00:00
parent 8cb62c9d4a
commit 3fe7fba432
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-07-23 Richard Frith-Macdonald <rfm@gnu.org>
* Source/DocMakefile: only remove directory containing 'stamp' for
clean.
2003-07-23 22:23 Alexander Malmberg <alexander@malmberg.org>
* Headers/gnustep/gui/NSResponder.h: Make _menu private.

View file

@ -183,9 +183,10 @@ before-all:: ../Documentation/Gui
#
# Clean up temporary files used while generating documentation.
#
after-all::
after-clean::
$(RM) Gui.gsdoc
if [ -d Gui ]; then \
$(RM) Gui/stamp; \
rmdir Gui; \
fi