File: info

package info (click to toggle)
emacspeak 11.0-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,796 kB
  • ctags: 2,652
  • sloc: lisp: 25,857; sh: 856; makefile: 550; tcl: 474; perl: 266; cpp: 109
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