mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
doc tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8cb62c9d4a
commit
3fe7fba432
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue