o Ensure am templates create ALL # ========= borders ==========.

o See FIXME in configure.in.a replace with a check to ensure
${prefix}/share/new exists?

control.xslt template does not handle <screen> right (see new's new.xml
-> control).  Break fmt() into fmt() and before_line()?

o Make pam_mount.html perfect.
o Make pam_mount's README perfect.
o Make pam_mount's .spec perfect.
o Make pam_mount's debian control perfect.
o Make getopt generator perfect.
o Make usage generator perfect.
o Make manpage generator perfect.

==============================================================================

/usr/share/doc/fctk-*/* not owned by RPM.

o templates/am:
	templatedir = @NEW_datadir@/new/templates
	Does not work when building debian packages.

o Instead of using DESTDIR in spec file, use something like the following:
# Add here commands to install the package into debian/new.
$(MAKE) install prefix=$(CURDIR)/debian/new/usr
Does not require change to header-vars.whatever.
????

o Date in /etc/fckt/copyright does not change.  Should not be current date,
otherwise it will be updated every time it is used.

o Make .pc.in template, use DRY (see new's).  Add references to
Makefile.am and configure.in templates.

o Make fax cover sheet template -- should fill in receiver etc. for you.

o Test xmlto changes documented.

o gzip templates and projects.

o Edit:
	- dry/flyn_templates.sgml
	- dry/nasty_details.sgml
	- dry/usage_flyn_templates.sgml
	- dry/summary_flyn_templates.sgml

o Make man page.

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.


o Integrate lclint and other tests.

o Make into a project.

o Dependencies:
	- sgml-common
	- openjade
	- docbook
	- stylesheets
	- docbook2X (packaged by Mike)
