summarylogtreecommitdiffstats
path: root/fixes.sed
AgeCommit message (Collapse)Author
2024-02-19Remove sed from makedependsEinhard Leichtfuß
Not needed because dependency of base-devel. Also, - fixed assignment of replacement to source file in `fixes.sed` (result unchanged).
2021-07-02Update to version 0.53Einhard Leichtfuß
This version adopted most of the non dict-specific modifications expressed by `fixes.sed'. This file has could thus have been notably reduced in size. Other changes here: * Use autotools. * fixes.sed * No longer delete lines "This line is printed in <FONT>." * One newfound spelling mistake fixed. * One alleged fix corrected. * Do no longer use `--with-local-libmaa' - failed to build. * Add pronounc.txt to documentation. * Quote everything containing a variable, just to be safe.
2018-12-27Add a few fixes to the dictionary sourceEinhard Leichtfuß
A large part is derived from a diff between 0.48 and Debian's 0.48.5. Also, - split the sed script into one to be executed initially and another one after webfilter. - Use Debian's 0.48.5 instead of 0.48.4 (does not change much). - Correctly set the version of the dictionary (as written by `dict -D'). - Do not patch the Makefile but execute the commands directly. - Simplify prepare() and build(). - Add a check function.
2017-08-01Update to version 0.51Einhard Leichtfuß