~titusx/nginx/module-substitutions

« back to all changes in this revision

Viewing changes to util/update-readme.sh

  • Committer: Weibin Yao
  • Date: 2010-08-11 08:36:05 UTC
  • mfrom: (10.1.19)
  • Revision ID: git-v1:69c4c8dfe2c82aeabf8d6c5736b134c7dadaeb73
merge from the develop branch, r37


git-svn-id: http://substitutions4nginx.googlecode.com/svn/trunk@38 184bbb60-1f5e-11de-b650-e715bd6d7cf1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
perl util/wiki2pod.pl README.wiki > /tmp/a.pod && pod2text /tmp/a.pod > README
 
4
 
 
5
perl util/wiki2pod.pl README.wiki > /tmp/a.pod && pod2html /tmp/a.pod > README.html
 
6
 
 
7
perl util/wiki2google_code_homepage.pl README.wiki > README.google_code_home_page.wiki