mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:30:48 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17296 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b7e4648cd
commit
dae70e8813
3 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-07-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Documentation/GNUmakefile.postamble: Tweak for make update.
|
||||||
|
* Source/DocMakefile: ditto
|
||||||
|
|
||||||
2003-07-22 Andrew Ruder <aeruder@ksu.edu>
|
2003-07-22 Andrew Ruder <aeruder@ksu.edu>
|
||||||
|
|
||||||
* Source/NSWindow.m: Fix potential (unlikely) leak
|
* Source/NSWindow.m: Fix potential (unlikely) leak
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
# the source code.
|
# the source code.
|
||||||
after-all::
|
after-all::
|
||||||
$(MAKE) -C ../Source -f DocMakefile
|
$(MAKE) -C ../Source -f DocMakefile
|
||||||
$(MAKE) -C Gui
|
|
||||||
|
|
||||||
# Things to do before installing
|
# Things to do before installing
|
||||||
# before-install::
|
# before-install::
|
||||||
|
|
|
@ -165,6 +165,13 @@ Gui_AGSDOC_FLAGS = \
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||||
|
|
||||||
|
before-all:: ../Documentation/Gui
|
||||||
|
cp ../Documentation/Gui/Gui.gsdoc .
|
||||||
|
|
||||||
|
../Documentation/Gui:
|
||||||
|
$(MKDIRS) ../Documentation/Gui
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Clean up temporary files used while generating documentation.
|
# Clean up temporary files used while generating documentation.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue