2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since f5fc83d was 045b2dc, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Merged r3043:3145 from experimental:
New Makefile code and other improvements.
|
-
Property mode
set to
100644
|
File size:
512 bytes
|
Rev | Line | |
---|
[045b2dc] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | # $Id$
|
---|
| 4 |
|
---|
| 5 | set -e
|
---|
| 6 |
|
---|
| 7 | patch -Np1 -i ../tidy-051026-prevent_PRE_newlines-1.patch
|
---|
| 8 | sh build/gnuauto/setup.sh
|
---|
| 9 | ./configure --prefix=/usr
|
---|
| 10 | make
|
---|
| 11 | make install
|
---|
| 12 | cd htmldoc
|
---|
| 13 | tidy -xml-help > tidy-help.xml
|
---|
| 14 | tidy -xml-config > tidy-config.xml
|
---|
| 15 | xsltproc -o tidy.1 tidy1.xsl tidy-help.xml
|
---|
| 16 | xsltproc -o quickref.html quickref-html.xsl tidy-config.xml
|
---|
| 17 | cd ..
|
---|
| 18 | install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
|
---|
| 19 | install -v -m755 -d /usr/share/doc/tidy-051026
|
---|
| 20 | install -v -m644 htmldoc/quickref.html /usr/share/doc/tidy-051026
|
---|
| 21 |
|
---|
| 22 | exit
|
---|
Note:
See
TracBrowser
for help on using the repository browser.