summaryrefslogtreecommitdiff
path: root/homebrew/tidyp/.make.sh-auto
blob: 91365d2cd3a8a868c337dffca384b45076e55746 (plain)
1
2
3
4
5
6
7
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")