mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 15:29:06 +08:00
This adds documentation files, including ones for autogenerating API documentation based on code comments in the source code that's pulled in via the mirror. Signed-off-by: Grant Seltzer <grantseltzer@gmail.com>
10 lines
192 B
Makefile
10 lines
192 B
Makefile
SPHINXBUILD ?= sphinx-build
|
|
SOURCEDIR = ../src
|
|
BUILDDIR = build
|
|
|
|
help:
|
|
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)"
|
|
|
|
%:
|
|
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)"
|