Skip to content

Commit

Permalink
Include documentation in tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Jan 29, 2016
1 parent 19a7651 commit a1e8fc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
html
doxygen_sqlite3.db
html/
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1e8fc9

Please sign in to comment.