File: prerm-doc

package info (click to toggle)
aleph 0.9.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,460 kB
  • ctags: 5,520
  • sloc: cpp: 30,907; makefile: 1,973; sh: 506; lisp: 193
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -eu

# Doc-base support
if command -v install-docs >/dev/null 2>&1
then
  for i in 0 1 2 3 4
  do
    install-docs -r aleph-vol$i
  done
fi