mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Move documentation to top level dir
This commit is contained in:
parent
f677f3c117
commit
4f54fc35ff
30 changed files with 3 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
|||
@set GNUSTEP-VERSION 0.30.0
|
||||
@set GNUSTEP-GCC 4.3.0
|
||||
@set GORM-VERSION 1.3.1
|
|
@ -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::
|
||||
|
@ -74,5 +74,3 @@ version.texi: ../Version
|
|||
|
||||
regenerate:
|
||||
mv ANNOUNCE README INSTALL NEWS ..
|
||||
|
||||
|
Loading…
Reference in a new issue