[go: up one dir, main page]

File: man.in

package info (click to toggle)
docbook-utils 0.6.9-12
  • links: PTS
  • area: main
  • in suites: woody
  • size: 696 kB
  • ctags: 35
  • sloc: perl: 1,010; sh: 454; makefile: 123
file content (11 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Backend to convert a DocBook file into a man page
# Send any comments to Jochem Huhmann <joh@revier.com>
# This program is under GPL license. See LICENSE file for details.

# Convert to *roff
nsgmls $SGML_FILE | sgmlspl $SGML_BASE_DIR/docbook/utils-@VERSION@/helpers/docbook2man-spec.pl
if [ $? -ne 0 ]
then exit 1
fi

exit 0