|
1 |
| - |
2 | 1 | #
|
3 | 2 | # Note: Due to MELPA distributing directly from github source version
|
4 | 3 | # needs to be embedded in files as is without proprocessing.
|
@@ -28,9 +27,9 @@ INSTALL_INFO = install-info
|
28 | 27 | EMACS := $(shell echo "$${EMACS:-emacs}")
|
29 | 28 |
|
30 | 29 | EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
|
31 |
| - --eval "(when (< emacs-major-version 24) \ |
32 |
| - (setq byte-compile-warnings '(not cl-functions)))" \ |
33 |
| - --eval '(setq byte-compile-error-on-warn t)' |
| 30 | + --eval "(when (< emacs-major-version 24) \ |
| 31 | + (setq byte-compile-warnings '(not cl-functions)))" \ |
| 32 | + --eval '(setq byte-compile-error-on-warn t)' |
34 | 33 |
|
35 | 34 | BATCH = $(EMACS) $(EFLAGS) --batch -Q -L .
|
36 | 35 |
|
@@ -73,7 +72,6 @@ ELFILES = \
|
73 | 72 | haskell-string.el \
|
74 | 73 | haskell-unicode-input-method.el \
|
75 | 74 | haskell-utils.el \
|
76 |
| - haskell-yas.el \ |
77 | 75 | inf-haskell.el
|
78 | 76 |
|
79 | 77 | ELCFILES = $(ELFILES:.el=.elc)
|
@@ -114,12 +112,12 @@ dir: haskell-mode.info
|
114 | 112 | haskell-mode.info: haskell-mode.texi
|
115 | 113 | # Check if chapter order is same as node order
|
116 | 114 | @sed -n -e '/@chapter/ s/@code{\(.*\)}/\1/' \
|
117 |
| - -e 's/@chapter \(.*\)$$/* \1::/p' \ |
118 |
| - -e 's/@unnumbered \(.*\)$$/* \1::/p' \ |
119 |
| - haskell-mode.texi > haskell-mode-menu-order.txt |
| 115 | + -e 's/@chapter \(.*\)$$/* \1::/p' \ |
| 116 | + -e 's/@unnumbered \(.*\)$$/* \1::/p' \ |
| 117 | + haskell-mode.texi > haskell-mode-menu-order.txt |
120 | 118 | @sed -e '1,/@menu/ d' \
|
121 |
| - -e '/end menu/,$$ d' \ |
122 |
| - haskell-mode.texi > haskell-mode-content-order.txt |
| 119 | + -e '/end menu/,$$ d' \ |
| 120 | + haskell-mode.texi > haskell-mode-content-order.txt |
123 | 121 | diff -C 1 haskell-mode-menu-order.txt haskell-mode-content-order.txt
|
124 | 122 | @rm haskell-mode-menu-order.txt haskell-mode-content-order.txt
|
125 | 123 |
|
|
0 commit comments