source: common/blfs-tool-deps/903-tidy@ cbc8ba2

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since cbc8ba2 was cbc8ba2, checked in by George Boudreau <georgeb@…>, 18 years ago

Corrections to blfs-tools scripts. Added missing tidy_docs download and code

  • Property mode set to 100644
File size: 523 bytes
Line 
1#!/bin/sh
2
3# $Id$
4
5set -e
6cd $PKGDIR
7
8patch -Np1 -i ../tidy-051026-prevent_PRE_newlines-1.patch
9sh build/gnuauto/setup.sh
10./configure --prefix=/usr
11make
12make install
13cd htmldoc
14tidy -xml-help > tidy-help.xml
15tidy -xml-config > tidy-config.xml
16xsltproc -o tidy.1 tidy1.xsl tidy-help.xml
17xsltproc -o quickref.html quickref-html.xsl tidy-config.xml
18cd ..
19install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
20install -v -m755 -d /usr/share/doc/tidy-051026
21install -v -m644 htmldoc/quickref.html /usr/share/doc/tidy-051026
22
23exit
Note: See TracBrowser for help on using the repository browser.