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 local data files go.
15 datadir = $(lispdir
)/etc
17 # Where info files go.
18 infodir = $(prefix)/info
20 ##----------------------------------------------------------------------
21 ## YOU MAY NEED TO EDIT THESE
22 ##----------------------------------------------------------------------
24 # Using emacs in batch mode.
26 BATCH
= $(EMACS
) -batch
-Q
-L .
28 # How to byte-compile the whole source directory
30 --eval
'(defconst org-release "$(ORGVERSION)")' \
31 --eval
'(batch-byte-recompile-directory 0)'
33 # How to byte-compile a single source file
34 ELC
= $(BATCH
) -f batch-byte-compile
36 # How to make a pdf file from a texinfo file
39 # How to make a pdf file from a tex file
42 # How to create directories
45 # How to create the info files from the texinfo file
48 # How to create the HTML file
49 TEXI2HTML
= makeinfo --html
--number-sections
57 # How to remove files recursively
60 # How to stream edit a file
63 # How to copy the lisp files and elc files to their destination.
64 # CP = cp -p # try this if there is no install
67 # Name of the program to install info files
68 INSTALL_INFO
= install-info