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:00:24 +0000 (18:00 -0800)
README.md
doc/.gitignore [new file with mode: 0644]
doc/Makefile.am

index 587be0dbb5d7262c37245df2ae86808446e65c8f..b3ed5b16adfc190d26edff921d5449dc84e35b8d 100644 (file)
--- 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 (file)
index 0000000..1b0a5aa
--- /dev/null
@@ -0,0 +1,2 @@
+doxygen_sqlite3.db
+html/
index ebc96793bfc1a8529bb94bb1ba49f878d2979454..1d38e48fcb2483a8c1370df6c93e7ebc56d9a2e6 100644 (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