Overview
Comment: | Fri Mar 24 01:54:51 CET 2000 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c109e296c345729c46c96623ae4f7e9a |
User & Date: | johannes@zellner.org on 2000-03-24 00:54:51 |
Other Links: | manifest | tags |
Context
2000-03-25
| ||
20:59 | Sat Mar 25 21:58:26 CET 2000 check-in: 407e6d1b0a user: johannes@zellner.org tags: trunk | |
2000-03-24
| ||
00:54 | Fri Mar 24 01:54:51 CET 2000 check-in: c109e296c3 user: johannes@zellner.org tags: trunk | |
00:50 | Fri Mar 24 01:50:58 CET 2000 check-in: 55d574a588 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [69164609e7] to [95cc97e627].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- make -*- # FILE: "/disk01/home/joze/src/tclreadline/Makefile.in" |
︙ | |||
311 312 313 314 315 316 317 318 319 320 | 311 312 313 314 315 316 317 318 319 320 321 | + | distribution: $(SOURCES) configure $(AUXILIARY) tclreadline.n.html - mkdir -p dist/tclreadline-$(PATCHLEVEL)/aux - cp $(SOURCES) configure tclreadline.n.html dist/tclreadline-$(PATCHLEVEL) - cp $(AUXILIARY) dist/tclreadline-$(PATCHLEVEL)/aux (cd dist; tar zcvf tclreadline-$(PATCHLEVEL).tar.gz tclreadline-$(PATCHLEVEL); rm -rf tclreadline-$(PATCHLEVEL)) - cp README dist/tclreadline-$(PATCHLEVEL).README - echo AddDescription '"<font size=+2 color=red><b>most recent version</b></font>"' tclreadline-$(PATCHLEVEL).tar.gz > dist/.htaccess - echo 'IndexOptions NameWidth=* SuppressHTMLPreamble FancyIndexing' >> dist/.htaccess # DO NOT DELETE THIS LINE -- make depend depends on it. |