source: common/blfs-tool-deps/903-tidy@ 9adff0e

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 9adff0e 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
Line 
1#!/bin/sh
2
3# $Id$
4
5set -e
6
7patch -Np1 -i ../tidy-051026-prevent_PRE_newlines-1.patch
8sh build/gnuauto/setup.sh
9./configure --prefix=/usr
10make
11make install
12cd htmldoc
13tidy -xml-help > tidy-help.xml
14tidy -xml-config > tidy-config.xml
15xsltproc -o tidy.1 tidy1.xsl tidy-help.xml
16xsltproc -o quickref.html quickref-html.xsl tidy-config.xml
17cd ..
18install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
19install -v -m755 -d /usr/share/doc/tidy-051026
20install -v -m644 htmldoc/quickref.html /usr/share/doc/tidy-051026
21
22exit
Note: See TracBrowser for help on using the repository browser.