This file is indexed.

/usr/share/doc/shinken/doc/manpages/markdown/Makefile is in shinken-common 1.4-2.

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
SRC= $(wildcard *.8.md)
OBJ= $(SRC:.8.md=.8)

all: $(OBJ)

%.8: %.8.md
	pandoc -s -w man $< -o $@

clean:
	rm -f *.8