File: info

package info (click to toggle)
emacspeak 15-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,596 kB
  • ctags: 3,499
  • sloc: lisp: 33,875; makefile: 592; sh: 495; tcl: 492; perl: 351; cpp: 239
file content (14 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This is a configuration files for installing a .info menu
# The Description to be placed into the directory
DESCR="Speech output for Emacs."
install-info --quiet --section Emacs Emacs \
  --description="Speech output for Emacs."    /usr/info/emacspeak.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="Emacs"
SECTION_NAME="Emacs"

# The file referred to from the Info directory
FILE=emacspeak.info