Skip to content

Commit

Permalink
build with readme
Browse files Browse the repository at this point in the history
  • Loading branch information
John Saleigh committed Dec 21, 2015
1 parent 84b3790 commit d66d61e
Show file tree
Hide file tree
Showing 10 changed files with 1,302 additions and 111 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ Reference.md: docs/cordova/3_branch_cordova.md docs/4_footer.md
perl Web-SDK/build_utils/toc_generator.pl Web-SDK/src/6_branch.js docs/cordova/2_table_of_contents.md CORDOVA
cat docs/cordova/2_table_of_contents.md docs/cordova/3_branch_cordova.md docs/4_footer.md > Reference.md
perl -p -i -e 's/# Global//' Reference.md

README.md: docs/0_notice.md docs/cordova/1_intro.md docs/cordova/2_table_of_contents.md docs/cordova/3_branch_cordova.md docs/4_footer.md
cat docs/0_notice.md docs/cordova/1_intro.md docs/cordova/2_table_of_contents.md docs/cordova/3_branch_cordova.md docs/4_footer.md | \
perl -pe 'BEGIN{$$a="$(ONPAGE_RELEASE)"}; s#// INSERT INIT CODE#$$a#' > README.md
perl -p -i -e 's/# Global//' README.md

Loading

0 comments on commit d66d61e

Please sign in to comment.