* .bzrignore: Added "man" directory (created by "make install-html").
* Makefile: Add "common.ent" dependency to all manual pages. (htmldir, version, SED): New variables. (CFLAGS): Add -D option to define VERSION to $(version). (MANPOST, HTMLPOST): Use $(SED). (PROGS): Use $(CPROGS) (CPROGS): New; C-only programs. (objects): Use $(CPROGS). (common.ent, mandos, mandos-keygen): New targets; update version number to $(version). (clean): Use $(CPROGS). (check): Depend on "all". (install-html): Install to $(htmldir).