File: html-distribution.sh

package info (click to toggle)
sbcl 2%3A2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,036 kB
  • sloc: lisp: 436,701; ansic: 31,041; sh: 4,471; asm: 2,604; makefile: 265; cpp: 27
file content (12 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

# Create a distribution containing the HTML versions of system
# documentation. (cd doc/manual && make needs to be run first, in order to
# compile the doc sources into HTML.)

b=${1:?missing base directory name argument}
tar cf $b-documentation-html.tar \
    `find $b -name '*.htm*'` \
    $b/COPYING $b/CREDITS $b/README \
    $b/pubring.pgp