/usr/share/doc/libplib-doc/configuration/Makefile.am is in libplib-doc 1:1.8.5-3.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 | SUBDIRS = src
EXTRA_DIST = README COPYING.DATA plib_examples.dsp plib_examples.dsw install-sh missing autogen.sh
dist-hook:
tar cf - doc \
src/ssg/tux/data \
src/ssg/water/data \
src/ssg/sky/data \
src/ssg/majik/data \
src/ssg/shrubs/data \
src/psl/data \
src/fnt/data \
data \
| ( cd $(distdir) ; tar xf - )
|