mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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
|
|
|