mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +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
fe15f366b4
commit
f2a4621d7a
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>
|
||||
|
||||
* Source/NSWindow.m: Fix potential (unlikely) leak
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
# the source code.
|
||||
after-all::
|
||||
$(MAKE) -C ../Source -f DocMakefile
|
||||
$(MAKE) -C Gui
|
||||
|
||||
# Things to do before installing
|
||||
# before-install::
|
||||
|
|
|
@ -165,6 +165,13 @@ Gui_AGSDOC_FLAGS = \
|
|||
|
||||
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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue