File: update-readme.sh

package info (click to toggle)
libnginx-mod-http-subs-filter 1%3A0.6.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 800 kB
  • sloc: perl: 6,644; ansic: 921; sh: 57; makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/bin/sh

perl util/wiki2pod.pl doc/README.wiki > /tmp/a.pod && pod2text /tmp/a.pod > README

perl util/wiki2pod.pl doc/README.wiki > /tmp/a.pod && pod2html /tmp/a.pod > doc/README.html

perl util/wiki2google_code_homepage.pl doc/README.wiki > doc/README.google_code_home_page.wiki