1 ##----------------------------------------------------------------------
2 ## YOU MUST EDIT THE FOLLOWING LINES
3 ##----------------------------------------------------------------------
5 # Name of your emacs binary
8 # Where local software is found
11 # Where local lisp files go.
12 lispdir
= $(prefix)/emacs
/site-lisp
/org
14 # Where info files go.
15 infodir = $(prefix)/info
17 ##----------------------------------------------------------------------
18 ## YOU MAY NEED TO EDIT THESE
19 ##----------------------------------------------------------------------
21 # Using emacs in batch mode.
23 BATCH
= $(EMACS
) -batch
-q
-no-site-file
-eval \
24 "(setq load-path (cons (expand-file-name \".\") \
25 (cons \"$(lispdir)\" load-path)))"
27 # Specify the byte-compiler for compiling org-mode files
28 ELC
= $(BATCH
) -f batch-byte-compile
30 # How to make a pdf file from a texinfo file
33 # How to make a pdf file from a tex file
36 # How to create directories
39 # How to create the info files from the texinfo file
42 # How to create the HTML file
43 TEXI2HTML
= makeinfo --html
--number-sections
51 # How to remove files recursively
54 # How to stream edit a file
57 # How to copy the lisp files and elc files to their destination.
58 # CP = cp -p # try this if there is no install
61 # Name of the program to install info files
62 INSTALL_INFO
= install-info