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