yatex

changeset 41:0aca40805e70

Call install command by a variable not by a literal command name.
author yuuji
date Thu, 14 Jul 1994 18:09:20 +0000
parents 627c45ade5b0
children 98f2327ba7a1
files makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/makefile	Thu Jul 14 18:04:04 1994 +0000
     1.2 +++ b/makefile	Thu Jul 14 18:09:20 1994 +0000
     1.3 @@ -22,12 +22,13 @@
     1.4  VERSION = `head yatex.el|awk '/rev\./{print $$4}'`
     1.5  PACKDIR	= $(TMPDIR)/yatex$(VERSION)
     1.6  EMACS	= mule
     1.7 +INSTALL	= install -c
     1.8  
     1.9  all:
    1.10  
    1.11  install:
    1.12  	$(EMACS) -batch -e batch-byte-compile $(LISP)
    1.13 -	#install -c * $(MYELISPLIB)
    1.14 +	#$(INSTALL) * $(MYELISPLIB)
    1.15  
    1.16  package:
    1.17  	@-mkdir $(PACKDIR)