libfprint/doc/Makefile.am

11 lines
164 B
Makefile
Raw Normal View History

2007-11-01 23:11:29 +00:00
EXTRA_DIST = doxygen.cfg
docs: doxygen.cfg
doxygen $^
docs-upload: docs
2007-11-08 13:41:52 +00:00
ln -s html api
ncftpput -f ~/.ncftp/reactivated -m -R httpdocs/fprint api/
rm -f api
2007-11-01 23:11:29 +00:00