aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-01-28 18:00:24 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-01-28 18:01:48 -0800
commita1e8fc90bad0006aec0c376339fac70539ba53e5 (patch)
tree57b970b368723632c169118fc127b7d66da0127e
parent19a7651f355ebcadc82f250bf4ac6075f71ed96e (diff)
Include documentation in tarball.
-rw-r--r--README.md4
-rw-r--r--doc/.gitignore3
-rw-r--r--doc/Makefile.am2
3 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3b34b17..642bc77 100644
--- 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
diff --git a/doc/.gitignore b/doc/.gitignore
index 1936cc1..1b0a5aa 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1 +1,2 @@
-html
+doxygen_sqlite3.db
+html/
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bc34a9c..2f2fa0f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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