Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -1,8 +1,8 @@ # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" -# LAST MODIFICATION: "Fri Aug 20 15:51:56 1999 (joze)" +# LAST MODIFICATION: "Fri Aug 20 15:59:31 1999 (joze)" # (C) 1998, 1999 by Johannes Zellner, # $Id$ # --- # # tclreadline -- gnu readline for tcl @@ -177,12 +177,10 @@ aux/config.sub \ aux/install-sh \ aux/mkinstalldirs \ aux/vimtags -MISC = README GPL - MAN = tclreadline.n CIFLAGS = -f -t-"gnu readline for tcl" -m"before initial relase" .PHONY: clean distclean ctags tcltags vimtags tags ci co @@ -260,20 +258,19 @@ vimtags tags: vimtags -ci: $(SOURCES) $(MISC) +ci: $(SOURCES) ci -u $(CIFLAGS) $^ -co: $(SOURCES) $(MISC) +co: $(SOURCES) co -l $^ -distribution: $(SOURCES) configure $(AUXILIARY) $(MISC) - - mkdir tclreadline-$(VERSION) - - mkdir tclreadline-$(VERSION)/aux - - cp $(SOURCES) $(MISC) configure tclreadline-$(VERSION) - - cp $(AUXILIARY) tclreadline-$(VERSION)/aux - tar zcvf $(srcdir)/tclreadline-$(VERSION).tgz tclreadline-$(VERSION) +distribution: $(SOURCES) configure $(AUXILIARY) + - mkdir -p dist/tclreadline-$(VERSION)/aux + - cp $(SOURCES) configure dist/tclreadline-$(VERSION) + - cp $(AUXILIARY) dist/tclreadline-$(VERSION)/aux + (cd dist; tar zcvf tclreadline-$(VERSION).tgz tclreadline-$(VERSION); rm -rf tclreadline-$(VERSION)) # DO NOT DELETE THIS LINE -- make depend depends on it.