Overview
Comment: | Modified Files: Makefile.in sources |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2f48c6f95300e11ed5a4ede9cfb7caed |
User & Date: | johannes@zellner.org on 1999-08-23 15:55:58 |
Other Links: | manifest | tags |
Context
1999-08-23
| ||
17:42 | Modified Files: README check-in: c2a399d82d user: johannes@zellner.org tags: trunk | |
15:55 | Modified Files: Makefile.in sources check-in: 2f48c6f953 user: johannes@zellner.org tags: trunk | |
15:51 | Modified Files: Makefile.in README configure.in sample.tclshrc tclreadlineSetup.tcl.in check-in: 46ef5876f1 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [6c49ace40a] to [8a2abff6fe].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" |
︙ | |||
156 157 158 159 160 161 162 | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | - + + | CSRCS = $(TOP_DIR)/tclreadline.c TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl SOURCES = \ GPL \ Makefile.in \ README \ |
︙ |
Modified sources from [2771faae57] to [5beadf4e75].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 | - | GPL Makefile.in README |
︙ |