Overview
Comment: | before initial relase |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ea3499a82a9fc4c02b34e69b18c8633e |
User & Date: | johannes@zellner.org on 1999-02-28 17:08:44 |
Other Links: | manifest | tags |
Context
1999-02-28
| ||
17:09 | before initial relase check-in: 5c17e61727 user: johannes@zellner.org tags: trunk | |
17:08 | before initial relase check-in: ea3499a82a user: johannes@zellner.org tags: trunk | |
16:54 | before initial relase check-in: c4dee8e781 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [cf235d43cd] to [5e887a5dc4].
1 2 3 | # -*- make -*- # # FILE: "/home/joze/src/tclreadline/Makefile.in" | | | 1 2 3 4 5 6 7 8 9 10 11 | # -*- make -*- # # FILE: "/home/joze/src/tclreadline/Makefile.in" # LAST MODIFIED: "Sun Feb 28 18:08:34 1999 (joze)" # (C) 1998, 1999 by Johannes Zellner # Johannes.Zellner@physik.uni-karlsruhe.de # $Id$ # --- # # tclreadline -- gnu readline for tcl # Copyright (C) 1999 Johannes Zellner |
︙ | ︙ | |||
171 172 173 174 175 176 177 | aux/mkinstalldirs \ aux/vimtags MISC = README GPL MAN = tclreadline.n | | | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | 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 .SUFFIXES: .c .o .so .sl .tcl all: $(TCLREADLINE_LIB_FILE) pkgIndex.tcl |
︙ | ︙ |