Include documentation in tarball.
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 29 Jan 2016 02:00:24 +0000 (18:00 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 29 Jan 2016 02:01:48 +0000 (18:01 -0800)
README.md
doc/.gitignore
doc/Makefile.am

index 3b34b17420d7dddb978807afe9d061c8fd7928bf..642bc77a991fd7005b3fa5e634d85637a4fae267 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
index 1936cc1d441e479bc8fb17da77ec6f06e477f286..1b0a5aa65ac489a7bd5d037fc4830bffd99dcfa7 100644 (file)
@@ -1 +1,2 @@
-html
+doxygen_sqlite3.db
+html/
index bc34a9c4923069dbf1e843833e811211c20c0116..2f2fa0f97fb3292ece018153921368f90be83845 100644 (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