autodoc/example_docs/somedir/Makefile

9 lines
94 B
Makefile
Raw Normal View History

2019-09-20 07:43:11 +00:00
#@SRCPAT (file|\.tex)$
.PHONY: all
all: files.txt
.PHONY: files.txt
files.txt:
ls -Rl > $@