(make-mime-entity-internal): Change interface and data format for NOV
[elisp/flim.git] / Makefile
index 2de3bac..5992c39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,19 +3,23 @@
 #
 
 PACKAGE = flim
-VERSION = 1.9.0
+VERSION = 1.10.0
 
 TAR    = tar
 RM     = /bin/rm -f
 CP     = /bin/cp -p
 
 EMACS  = emacs
+XEMACS = xemacs
 FLAGS   = -batch -q -no-site-file -l FLIM-MK
 
 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
 
 
@@ -25,9 +29,15 @@ elc:
 install:       elc
        $(EMACS) $(FLAGS) -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)
-       cd ../tl && make clean
 
 
 tar: