diff options
Diffstat (limited to 'homebrew/tidyp/.make.sh-auto')
-rw-r--r-- | homebrew/tidyp/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/tidyp/.make.sh-auto b/homebrew/tidyp/.make.sh-auto new file mode 100644 index 000000000..91365d2cd --- /dev/null +++ b/homebrew/tidyp/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install +resource("manual").stage do +#{bin}/tidyp -xml-help > tidyp1.xml +#{bin}/tidyp -xml-config > tidyp-config.xml +/usr/bin/xsltproc tidyp1.xsl tidyp1.xml > tidyp.1 +man1.install gzip("tidyp.1") |