Add type and group information to `wesnoth-allow-accurate-validation'.
[wesnoth-mode.git] / Makefile
blob6b302a886c2ac6577adb3d3dc30c7a3ecafd44e4
1 ELISP = wesnoth-mode.el wesnoth-update.el
2 DOC = wesnoth-mode.texi
3 BYTECOMPILED = wesnoth-mode.elc wesnoth-update.elc
4 EMACS = emacs
5 FLAGS = -q --eval "(add-to-list 'load-path default-directory)" \
6 --batch -f batch-byte-compile
7 all: wesnoth-mode
9 wesnoth-mode :
10 $(EMACS) $(FLAGS) $(ELISP)
12 info :
13 makeinfo $(DOC)
15 pdf :
16 texi2dvi -q --pdf -c $(DOC)
18 doc : info pdf
20 .PHONY: clean
22 clean:
23 rm -f $(BYTECOMPILED) wesnoth-mode.pdf wesnoth-mode.info