mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +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 \
|
autogsdoc -MakeFrames YES \
|
||||||
-DocumentationDirectory InterfaceBuilder \
|
-DocumentationDirectory InterfaceBuilder \
|
||||||
-Declared InterfaceBuilder \
|
-Declared InterfaceBuilder \
|
||||||
./InterfaceBuilder/*.h 2> /dev/null
|
../InterfaceBuilder/*.h 2> /dev/null
|
||||||
autogsdoc -MakeFrames YES \
|
autogsdoc -MakeFrames YES \
|
||||||
-DocumentationDirectory GormCore \
|
-DocumentationDirectory GormCore \
|
||||||
-Declared GormCore \
|
-Declared GormCore \
|
||||||
./GormCore/*.h 2> /dev/null
|
../GormCore/*.h 2> /dev/null
|
||||||
autogsdoc -MakeFrames YES \
|
autogsdoc -MakeFrames YES \
|
||||||
-DocumentationDirectory GormObjCHeaderParser \
|
-DocumentationDirectory GormObjCHeaderParser \
|
||||||
-Declared GormObjCHeaderParser \
|
-Declared GormObjCHeaderParser \
|
||||||
./GormObjCHeaderParser/*.h 2> /dev/null
|
../GormObjCHeaderParser/*.h 2> /dev/null
|
||||||
|
|
||||||
# Things to do after compiling
|
# Things to do after compiling
|
||||||
# after-all::
|
# after-all::
|
||||||
|
|
Loading…
Reference in a new issue