mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
EXTRA_DIST = doxygen.cfg
|
|
|
|
docs: doxygen.cfg
|
|
doxygen $^
|
|
|
|
docs-upload: docs
|
|
ln -s html api
|
|
ncftpput -f ~/.ncftp/reactivated -m -R httpdocs/fprint api/
|
|
rm -f api
|
|
|