1998-08-19 Tanaka Akira <akr@jaist.ac.jp>
+ * Makefile: Avoid an error about unexisting `scm'.
+
+1998-08-19 Tanaka Akira <akr@jaist.ac.jp>
+
* Makefile: Add a rule for making `ew-parse.el'.
* ew-parse.scm: New file.
ln -s ../flim/$(PACKAGE)-$(VERSION).tar.gz .
ew-parse.el: ew-parse.scm lalr-el.scm
- scm -f lalr-el.scm -f ew-parse.scm > states.output
+ -scm -f lalr-el.scm -f ew-parse.scm > states.output
(put 'ew:us-wsp 'decode 'ew-decode-unstructured)
(put 'ew:us-fold 'decode 'ew-decode-unstructured)
+
(put 'ew:cm-qpair 'decode 'ew-decode-comment)
(put 'ew:us-texts 'decode 'ew-decode-unstructured)
(put 'ew:us-wsp 'decode 'ew-decode-unstructured)
-(put 'ew:us-fold 'decode 'ew-decode-unstructured)"
+(put 'ew:us-fold 'decode 'ew-decode-unstructured)
+"
'ew)
(print-states)