diff --git a/src/ChangeLog b/src/ChangeLog index 7f0e10b0527e5807b65cfeffef8cc272d4e641cb..a1d499692afc2bc7362072e980865f9d4e0a1030 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 21 02:15:04 1991 Linus Tolke Y (linus at lysator) + + * Distribuerat version 0.34 02:10 + Tue Aug 20 22:58:03 1991 Linus Tolke Y (linus at lysator) * flags.el (lyskom-read-options-eval): Bugfix kom-do-when-done. diff --git a/src/Makefile b/src/Makefile index 51ff242cd486dd2a813c2af32398f13f6ec2e55d..af22cba53374a9cf72b3f21f514939e93b742e34 100644 --- a/src/Makefile +++ b/src/Makefile @@ -93,10 +93,6 @@ distrib distribution: lyskom.el lyskom.elc doc cp distribution-makefile distribution/Makefile cp distribution-README distribution/README cp $(HEADER-EL) $(PARTS-EL) distribution - awk 'BEGIN { on = 1 } \ - $$0 == ";^" { on = 0 } \ - { if (on == 1) print } \ - $$0 == ";v" { on = 1 }' async.el > distribution/async.el cat distribution-README vars.el > distribution/vars.el cp README distribution cat distribution-README lyskom.el > distribution/lyskom.el