mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Additional documentation generation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21521 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c42df975b
commit
60c9f57054
2 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-23 10:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Documentation/Makefile.postamble: Create documentation
|
||||
for GormCore, GormObjCHeaderParser and GormPrefs.
|
||||
|
||||
2005-07-21 fabien <fabien@sonappart.net>
|
||||
|
||||
* Palettes/0Menus/GormMenuInspectors.m : Corrects bug #13872
|
||||
|
|
|
@ -16,6 +16,18 @@ before-all:: version.texi
|
|||
-DocumentationDirectory InterfaceBuilder \
|
||||
-Declared InterfaceBuilder \
|
||||
../GormLib/*.h 2> /dev/null
|
||||
autogsdoc -MakeFrames YES \
|
||||
-DocumentationDirectory GormCore \
|
||||
-Declared GormCore \
|
||||
../GormCore/*.[hm] 2> /dev/null
|
||||
autogsdoc -MakeFrames YES \
|
||||
-DocumentationDirectory GormPrefs \
|
||||
-Declared GormPrefs \
|
||||
../GormPrefs/*.[hm] 2> /dev/null
|
||||
autogsdoc -MakeFrames YES \
|
||||
-DocumentationDirectory GormObjCHeaderParser \
|
||||
-Declared GormObjCHeaderParser \
|
||||
../GormObjCHeaderParser/*.[hm] 2> /dev/null
|
||||
|
||||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
@ -40,6 +52,9 @@ after-clean::
|
|||
rm -f *.bak *.cl *.fns *.pr *.log
|
||||
rm -f version.texi
|
||||
rm -rf InterfaceBuilder
|
||||
rm -rf GormCore
|
||||
rm -rf GormPrefs
|
||||
rm -rf GormObjCHeaderParser
|
||||
|
||||
# Things to do before distcleaning
|
||||
# before-distclean::
|
||||
|
|
Loading…
Reference in a new issue