Overview
Comment: | before initial relase |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5c17e61727f1132b23f611676e1ee49a |
User & Date: | johannes@zellner.org on 1999-02-28 17:09:30 |
Other Links: | manifest | tags |
Context
1999-02-28
| ||
17:20 | *** empty log message *** check-in: 0da9d692ca user: johannes@zellner.org tags: trunk | |
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 | |
Changes
Modified Makefile.in from [5e887a5dc4] to [57b5e5f4eb].
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:09:19 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 |
︙ | ︙ | |||
251 252 253 254 255 256 257 | vimtags: tcltags vimtags tags: vimtags ci: $(SOURCES) $(MISC) | | | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | vimtags: tcltags vimtags tags: vimtags ci: $(SOURCES) $(MISC) ci -u $(CIFLAGS) $^ co: $(SOURCES) $(MISC) 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) # DO NOT DELETE THIS LINE -- make depend depends on it. |