mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
[site] Tweak appledoc script.
This commit is contained in:
parent
a8e9d75b6f
commit
9a8c2d078d
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
HEADERS=`ls ../AsyncDisplayKit/*.h | grep -v Subclasses`
|
||||
|
||||
rm -rf htdocs appledoc
|
||||
|
||||
jekyll build --destination htdocs
|
||||
@ -14,7 +16,7 @@ appledoc \
|
||||
--project-company Facebook \
|
||||
--company-id "com.facebook" \
|
||||
--output appledoc \
|
||||
../AsyncDisplayKit/*.h
|
||||
$HEADERS
|
||||
|
||||
mv appledoc/html htdocs/appledoc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user