summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-01-28 18:00:24 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-01-28 18:00:24 -0800
commit6c60e26c6033b43f58af077dcd8b343545b4190d (patch)
treee7feca6f25492b0ddce51f5ed03ae5e4246f9b06
parent2b4e3144bba66fafda883a17adb1a77db6927fb9 (diff)
downloadfuse-6c60e26c6033b43f58af077dcd8b343545b4190d.tar.gz
Include documentation in tarball.
-rw-r--r--README.md4
-rw-r--r--doc/.gitignore2
-rw-r--r--doc/Makefile.am2
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 587be0d..b3ed5b1 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..1b0a5aa
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,2 @@
+doxygen_sqlite3.db
+html/
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ebc9679..1d38e48 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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