This file is indexed.

/usr/share/doc/libbson-doc/html/Makefile.am is in libbson-doc 1.9.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SPHINX_HTML_FILES = \
   $(wildcard doc/html/*.html) \
   $(wildcard doc/html/*.css) \
   $(wildcard doc/html/*.js) \
   $(wildcard doc/html/*.png) \
   $(wildcard doc/html/_static/*.css) \
   $(wildcard doc/html/_static/*.js) \
   $(wildcard doc/html/_static/*.png) \
   doc/html/.nojekyll \
   doc/html/objects.inv

CLEANFILES += $(SPHINX_HTML_FILES)

.PHONY: doc/html

doc/html: $(SPHINX_HTML_FILES)

# sphinx-build "-E" is "ignore cache".
$(SPHINX_HTML_FILES):
	-mkdir -p doc/html
	$(SPHINX_BUILD) -j 8 -qEW $(top_srcdir)/doc doc/html
	rm -rf doc/html/.doctrees doc/html/.buildinfo

EXTRA_DIST += doc/html