File: info

package info (click to toggle)
jargon 4.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,116 kB
  • sloc: makefile: 40; perl: 38; sh: 4
file content (12 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# This is a configuration files for installing a .info menu
# The Description to be placed into the directory
DESCR="The definitive compendium of hacker slang"
# The file referred to from the Info directory
FILE=jargon.info
# Optional. The files to be copied to /usr/info
FILES=jargon.info
# The section this info file should be placed in (Regexp) followed by
# the new section name to be created if the Regexp does not match
# (Optional. If not given the .info will be appended to the directory)
SECTION_MATCH="[Ii]nformation"
SECTION_NAME="Information"