mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:10:47 +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
bf9ca089c0
commit
9d2f65c8ea
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>
|
2003-07-23 22:23 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Headers/gnustep/gui/NSResponder.h: Make _menu private.
|
* Headers/gnustep/gui/NSResponder.h: Make _menu private.
|
||||||
|
|
|
@ -183,9 +183,10 @@ before-all:: ../Documentation/Gui
|
||||||
#
|
#
|
||||||
# Clean up temporary files used while generating documentation.
|
# Clean up temporary files used while generating documentation.
|
||||||
#
|
#
|
||||||
after-all::
|
after-clean::
|
||||||
$(RM) Gui.gsdoc
|
$(RM) Gui.gsdoc
|
||||||
if [ -d Gui ]; then \
|
if [ -d Gui ]; then \
|
||||||
|
$(RM) Gui/stamp; \
|
||||||
rmdir Gui; \
|
rmdir Gui; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue