This file is indexed.

/usr/share/doc/libtclap-dev/docs/Makefile.am is in libtclap-dev 1.2.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
25
26
27
28
29
30
if DOC

all:
	@DOXYGEN@ Doxyfile

else

all:

endif

EXTRA_DIST = manual.xml
dist_doc_DATA = index.html manual.html style.css
docdir = ${datadir}/doc/${PACKAGE}

install-data-local :
	$(mkdir_p) $(DESTDIR)$(docdir)
	cp -R $(abs_srcdir)/html $(DESTDIR)$(docdir)

uninstall-local :
	chmod -R o+w $(DESTDIR)$(docdir)
	rm -rf $(DESTDIR)$(docdir)

dist-hook :
	$(mkdir_p) $(distdir)
	cp -R $(abs_srcdir)/html $(distdir)

clean-local:
	$(RM) -rf $(abs_builddir)/html/*
	$(RM) -rf $(abs_builddir)/doxygen_sqlite3.db