X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=75e0fc1fd3d340ff31589252f651dbaee3f87d41;hb=e38936a73431577301570b129ccd1dfca146aa4e;hp=a9281c771a512edd8e58402ae5553643646e62bb;hpb=cdd0717baa6ed75b645c1c0bcabec5fa59335cf3;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index a9281c7..75e0fc1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,12 +1,11 @@ # IR toolkit for tcl/tk # (c) Index Data 1995-1999 # See the file LICENSE for details. -# Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.52 1999-11-30 14:05:58 adam Exp $ +# $Id: Makefile.in,v 1.55 2001-12-03 00:31:06 adam Exp $ SHELL=/bin/sh # IrTcl Version -VERSION=1.3 +VERSION=1.4 # Directory prefix with machine independent files (scripts, setup files, etc.) prefix = @prefix@ @@ -51,7 +50,7 @@ YAZINC=@YAZINC@ INCLUDE=-I. $(YAZINC) $(TKINC) $(TCLINC) # All command line options except CFLAGS -DEFS=-DCCL2RPN=0 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \ +DEFS=-DCCL2RPN=1 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \ $(INCLUDE) -DIR_TCL_VERSION=\"$(VERSION)\" INSTALL = @INSTALL@ @@ -102,6 +101,7 @@ install.man: install: @ALL_SPEC@ $(INSTALL) -d $(BUILD)$(IRTCLDIR)/formats $(INSTALL) -d $(BUILD)$(IRTCLDIR)/bitmaps + $(INSTALL) -d $(BUILD)$(IRTCLDIR)/doc $(INSTALL) -d $(BUILD)$(BINDIR) @if [ -f ir-tcl ]; then \ $(INSTALL_PROGRAM) ir-tcl $(BUILD)$(BINDIR); \ @@ -140,6 +140,11 @@ install: @ALL_SPEC@ $(INSTALL_DATA) $$b $(BUILD)$(IRTCLDIR)/bitmaps; \ fi; \ done + @for b in doc/*; do \ + if [ -f $$b ]; then \ + $(INSTALL_DATA) $$b $(BUILD)$(IRTCLDIR)/doc; \ + fi; \ + done clean: rm -f *.[oa] ir-tk ir-tcl wais-tcl core @@ -150,22 +155,7 @@ autoconf: autoconf configure -distribution: - echo "Making distribution version $(VERSION). Did you commit?" - if [ -d tmp ]; then \ - rm -fr tmp; \ - fi - mkdir tmp; cd tmp; cvs export -f -D now ir-tcl - rm tmp/ir-tcl/wais-tcl.c - cd tmp/ir-tcl/doc; make all - cp tmp/ir-tcl/doc/*.html . - cp tmp/ir-tcl/CHANGELOG . - mv tmp/ir-tcl tmp/ir-tcl-$(VERSION) - cd tmp; tar zcvf ../ir-tcl-$(VERSION).tar.gz ir-tcl-$(VERSION) - rm -fr tmp - .c.o: $(CC) -c $(CFLAGS) $(SHLIB_CFLAGS) $(DEFS) $< $(O) tkmain.o tclmain.o wais-tcl.o waismain.o: ir-tcl.h ir-tclp.h -