Include documentation in tarball.

This commit is contained in:
Nikolaus Rath
2016-01-28 18:00:24 -08:00
parent 19a7651f35
commit a1e8fc90ba
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -75,7 +75,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 -1
View File
@@ -1 +1,2 @@
html
doxygen_sqlite3.db
html/
+1 -1
View File
@@ -2,4 +2,4 @@
dist_man_MANS = fusermount.1 mount.fuse.8
EXTRA_DIST = how-fuse-works kernel.txt Doxyfile
EXTRA_DIST = how-fuse-works kernel.txt Doxyfile html