Include documentation in tarball.

This commit is contained in:
Nikolaus Rath 2016-01-28 18:00:24 -08:00
parent 2b4e3144bb
commit 6c60e26c60
3 changed files with 6 additions and 2 deletions

View File

@ -71,7 +71,9 @@ the code!
The documentation of the API functions and necessary callbacks is
mostly contained in the files `include/fuse.h` (for the high-level
API) and `include/fuse_lowlevel.h` (for the low-level API).
API) and `include/fuse_lowlevel.h` (for the low-level API). An
autogenerated html version of the API is available in the `doc/html`
directory and at http://libfuse.github.io/doxygen.
Getting Help

2
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
doxygen_sqlite3.db
html/

View File

@ -2,4 +2,4 @@
dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1
EXTRA_DIST = how-fuse-works kernel.txt Doxyfile
EXTRA_DIST = how-fuse-works kernel.txt Doxyfile html