File: man

package info (click to toggle)
xmlto 0.0.29-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: xml: 511; lex: 279; makefile: 83; sh: 14
file content (13 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
case "$1" in
stylesheet)
  if [ "$VERBOSE" -ge 1 ]
  then
    echo >&2 "Convert to troff"
  fi
  echo "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
  ;;
post-process)
  [ -e "$XSLT_PROCESSED" ] && rm "$XSLT_PROCESSED"
  ${GCP_PATH:-cp} -R -P -p -- * "$OUTPUT_DIR" 2>/dev/null
  ;;
esac