/usr/share/doc/tmexpand/examples/Makefile is in tmexpand 0.1.2.0-3.
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 | TMEXPAND = /usr/bin/tmexpand
MACRODIR = /usr/share/tmexpand/macros
TMFILES = help.tm
all: help.hlp
help.hlp: help.tm
$(TMEXPAND) -I$(MACRODIR) help.tm help.hlp
clean:
/bin/rm -f *-error *~ "#*"
distclean: clean
/bin/rm -f *.sgml *.hlp
|