mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user