mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
some example Makefile stuff
This commit is contained in:
parent
5171715e18
commit
9a9a83de0e
5 changed files with 12 additions and 0 deletions
1
example_docs/somedir/.gitignore
vendored
Normal file
1
example_docs/somedir/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
files.txt
|
||||||
8
example_docs/somedir/Makefile
Normal file
8
example_docs/somedir/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#@SRCPAT (file|\.tex)$
|
||||||
|
|
||||||
|
.PHONY: all
|
||||||
|
all: files.txt
|
||||||
|
|
||||||
|
.PHONY: files.txt
|
||||||
|
files.txt:
|
||||||
|
ls -Rl > $@
|
||||||
1
example_docs/somedir/a directory in space/Fishfile
Normal file
1
example_docs/somedir/a directory in space/Fishfile
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
I am fishy! My filename matches SRCPAT in my Makefile for no real reason!
|
||||||
1
example_docs/somedir/fake latex file.tex
Normal file
1
example_docs/somedir/fake latex file.tex
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
There is a .tex extension, but I am plain text. Muhaha!
|
||||||
1
example_docs/unrelated file.txt
Normal file
1
example_docs/unrelated file.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
I cannot be compiled (there is no Makefile around!)
|
||||||
Loading…
Reference in a new issue