mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-03 21:08:37 +02:00
10 lines
178 B
Makefile
10 lines
178 B
Makefile
EXTRA_DIST = doxygen.cfg
|
|
|
|
docs: doxygen.cfg
|
|
doxygen $^
|
|
|
|
docs-upload: docs
|
|
ln -s html fprint-api
|
|
ncftpput -f ~/.ncftp/reactivated -m -R httpdocs fprint-api/
|
|
rm -f fprint-api
|
|
|