/usr/share/doc/apcupsd/manual/Makefile is in apcupsd-doc 3.14.14-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 11 12 13 | topdir:=../..
SUBDIRS =
include $(topdir)/autoconf/targets.mak
all-targets: manual.html manual.pdf
# Force pdf to regenerate whenever HTML changes
# HTML rule has all the dependency stuff
manual.pdf: manual.html
# Include dependencies
-include $(DEPDIR)/manual.P
|