Doc and build updates

Add ChangeLog generation makefile target.
Group all copyright notices in AUTHORS.
Update some doxygen comments, and allow fp_dev_close(NULL)
This commit is contained in:
Daniel Drake
2007-11-15 17:23:36 +00:00
parent 06e8040956
commit 069b4a30eb
9 changed files with 41 additions and 8 deletions

View File

@@ -10,3 +10,9 @@ pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libfprint.pc
DISTCLEANFILES=libfprint.pc
.PHONY: ChangeLog
ChangeLog:
git --git-dir $(top_srcdir)/.git log > ChangeLog
dist-hook: ChangeLog