Skip to content

Commit

Permalink
adding doc build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jul 22, 2012
1 parent cd9ba09 commit dd91652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ composer.lock
vendor
.foundation
Makefile
.DS_Store
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
/bin/sh /opt/local/share/phpDoc/phpdoc -ed /Users/rrehm/Projekte/plist/examples -d /Users/rrehm/Projekte/plist/classes -ti "CFPropertyList" -t /Users/rrehm/Projekte/plist/docs/ -ue on

cd /Users/rrehm/Projekte/plist/
tar --exclude=".git|*.sh" -czf ../CFPropertyList.tgz .

0 comments on commit dd91652

Please sign in to comment.