Overview
Comment: | Makefile.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
915c7e11ba7eff71ea20fcd09b9f9358 |
User & Date: | johannes@zellner.org on 1999-08-20 13:59:42 |
Other Links: | manifest | tags |
Context
1999-08-20
| ||
14:02 | Makefile.in check-in: f21c4d1a65 user: johannes@zellner.org tags: trunk | |
13:59 | Makefile.in check-in: 915c7e11ba user: johannes@zellner.org tags: trunk | |
13:53 | Makefile.in README configure.in check-in: 4fd859be75 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [4c0cb09a3f] to [f213287370].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" |
︙ | |||
175 176 177 178 179 180 181 | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | - - | AUXILIARY = \ aux/config.guess \ aux/config.sub \ aux/install-sh \ aux/mkinstalldirs \ aux/vimtags |
︙ | |||
258 259 260 261 262 263 264 | 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 | - + - + - - - + + + - - - + + | vimtags: tcltags vimtags tags: vimtags |