2012-03-23 After two weeks of leisure and procrastination, I've restarted my development of mmh. Since three days, I'm heavily working again. I've gone through inc(1)/scan(1) as well as packf(1)/rcvpack(1) and cleaned up a lot of code. Today, I've removed all absolute paths to programs from the pro- grams. This allows to move them after compilation. Only the path to the installation's etc directory is still fix. But you can workaround that issue if you copy all needed files to your per- sonal mmh directory. That one had higher priority anyway. Absolute path names don't belong into binaries, unless they are as standard as `/bin/sh' and `/usr/sbin/sendmail'. Paul's Rules of Makefile [0] are worth a look. I don't fully agree with him. Rule 1 makes some sense, but I'd rather like to reach the point of: ``Don't hassle with make, use mk instead!'' That's definately a todo item on my list. [0] http://mad-scientist.net/make/rules.html http://marmaro.de/lue/ markus schnalke