autogsdoc generates GormLib docs.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-02-27 05:14:48 +00:00
parent 581590973a
commit cf2d17a4b1
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-02-27 00:22 Gregory John Casamento <greg_casamento@yahoo.com>
* Documentation/Makefile.postamble: Now generates autogsdoc
documentation for GormLib and places it in the "InterfaceBuilder"
directory under Documentation.
2005-02-27 00:03 Gregory John Casamento <greg_casamento@yahoo.com>
* Documentation/Gorm.texi: Palette documentation.

View file

@ -11,7 +11,11 @@
include ../Version
# Things to do before compiling
before-all:: version.texi
before-all:: version.texi
autogsdoc -MakeFrames YES \
-DocumentationDirectory InterfaceBuilder \
-Declared InterfaceBuilder \
../GormLib/*.h
# Things to do after compiling
# after-all::
@ -35,6 +39,7 @@ before-all:: version.texi
after-clean::
rm -f *.bak *.cl *.fns *.pr *.log
rm -f version.texi
rm -rf InterfaceBuilder
# Things to do before distcleaning
# before-distclean::