* Sync up to flim-1_10_2 from flim-1_10_0.
[elisp/flim.git] / Makefile
index 1eb017c..e06536a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,20 +3,24 @@
 #
 
 PACKAGE = flim
-VERSION = 1.9.1
+VERSION = 1.10.2
 
 TAR    = tar
 RM     = /bin/rm -f
 CP     = /bin/cp -p
 
 EMACS  = emacs
+XEMACS = xemacs
 FLAGS   = -batch -q -no-site-file -eval "$${EVALARGS:-nil}"
 FLAGS_CURDIR   = $(FLAGS) -eval '(setq load-path (cons "." load-path))'
 
 PREFIX = NONE
 LISPDIR = NONE
+PACKAGEDIR = NONE
 
-GOMI   = *.elc
+GOMI   = *.elc \
+         *.cp *.cps *.ky *.kys *.fn *.fns *.vr *.vrs \
+         *.pg *.pgs *.tp *.tps *.toc *.aux *.log
 FILES  = README.?? Makefile FLIM-MK FLIM-CFG FLIM-ELS *.el ChangeLog
 
 
@@ -26,6 +30,13 @@ elc: ew-parse.el
 install:       elc
        $(EMACS) $(FLAGS) -l FLIM-MK -f install-flim $(PREFIX) $(LISPDIR)
 
+
+package:
+       $(XEMACS) $(FLAGS) -f compile-flim-package $(PACKAGEDIR)
+
+install-package:       package
+       $(XEMACS) $(FLAGS) -f install-flim-package $(PACKAGEDIR)
+
 clean:
        -$(RM) $(GOMI)