o Add dependencies to spec file.

o Edit:
	- include/Makefile.am
	- src/Makefile.am
	- dry/%(PROJ_NAME).spec.new.in
	- dry/%(PROJ_NAME).sgml
	- dry/overview_%(PROJ_NAME).sgml
	- dry/nasty_details.sgml
	- dry/usage_%(PROJ_NAME).sgml
	- dry/summary_%(PROJ_NAME).sgml
	- dry/one_liner_%(PROJ_NAME).sgml
	- scripts/Makefile.am

o Publish to flyn.org and Freshmeat.

o Compile using -Wall with no errors.

o Test, test, test!
	- All options.
	- README file makes sense.
	- man pages make sense.

o Scrub, scrub, scrub!
	- All fns have /* == == */.
	- Fn names start with _ and are static.
	- .h files have extern "C" clause.
	- .h files have #ifndef _FOO_H #define _FOO_H clause.
	- .h files commented well.
	- All fns have good names.
	- Code is clear.
