diff options
Diffstat (limited to 'lib/libbpf/docs/sphinx/Makefile')
-rw-r--r-- | lib/libbpf/docs/sphinx/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libbpf/docs/sphinx/Makefile b/lib/libbpf/docs/sphinx/Makefile new file mode 100644 index 0000000..5dc39c5 --- /dev/null +++ b/lib/libbpf/docs/sphinx/Makefile @@ -0,0 +1,9 @@ +SPHINXBUILD ?= sphinx-build +SOURCEDIR = ../src +BUILDDIR = build + +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" + +%: + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" |