2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 79da297 was 91ff6a9, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Replaced /bin/sh by /bin/bash
|
-
Property mode
set to
100644
|
File size:
547 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # $Id$
|
---|
4 |
|
---|
5 | set -e
|
---|
6 | cd $PKGDIR
|
---|
7 |
|
---|
8 | patch -Np1 -i ../tidy-051026-prevent_PRE_newlines-1.patch
|
---|
9 | sh build/gnuauto/setup.sh
|
---|
10 | ./configure --prefix=/usr
|
---|
11 | make
|
---|
12 | make install
|
---|
13 | (cd ../ && tar -xvf tidy_docs_051020.tgz)
|
---|
14 | cd htmldoc
|
---|
15 | tidy -xml-help > tidy-help.xml
|
---|
16 | tidy -xml-config > tidy-config.xml
|
---|
17 | xsltproc -o tidy.1 tidy1.xsl tidy-help.xml
|
---|
18 | xsltproc -o quickref.html quickref-html.xsl tidy-config.xml
|
---|
19 | cd ..
|
---|
20 | install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
|
---|
21 | install -v -m755 -d /usr/share/doc/tidy-051020
|
---|
22 | cp -v -R htmldoc/* /usr/share/doc/tidy-051020
|
---|
23 |
|
---|
24 | exit
|
---|
Note:
See
TracBrowser
for help on using the repository browser.