mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 03:31:01 +00:00
Update so it will build the documentation correctly
This commit is contained in:
parent
4f54fc35ff
commit
ee3465bc40
1 changed files with 3 additions and 3 deletions
|
@ -15,15 +15,15 @@ before-all:: version.texi
|
|||
autogsdoc -MakeFrames YES \
|
||||
-DocumentationDirectory InterfaceBuilder \
|
||||
-Declared InterfaceBuilder \
|
||||
./InterfaceBuilder/*.h 2> /dev/null
|
||||
../InterfaceBuilder/*.h 2> /dev/null
|
||||
autogsdoc -MakeFrames YES \
|
||||
-DocumentationDirectory GormCore \
|
||||
-Declared GormCore \
|
||||
./GormCore/*.h 2> /dev/null
|
||||
../GormCore/*.h 2> /dev/null
|
||||
autogsdoc -MakeFrames YES \
|
||||
-DocumentationDirectory GormObjCHeaderParser \
|
||||
-Declared GormObjCHeaderParser \
|
||||
./GormObjCHeaderParser/*.h 2> /dev/null
|
||||
../GormObjCHeaderParser/*.h 2> /dev/null
|
||||
|
||||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
|
Loading…
Reference in a new issue