summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-21 16:09:47 -0500
committerJune McEnroe <june@causal.agency>2020-12-21 16:09:47 -0500
commit1833b59ed9596819ea1cb17529a44f5ed5bfb455 (patch)
treeeafa04305bb9f42d441e5ca40ee33a511365179d
parentRemove TF2 config (diff)
downloadsrc-1833b59ed9596819ea1cb17529a44f5ed5bfb455.tar.gz
src-1833b59ed9596819ea1cb17529a44f5ed5bfb455.zip
Move pdf to doc/pdf
Diffstat (limited to '')
-rw-r--r--doc/pdf/.gitignore (renamed from pdf/.gitignore)0
-rw-r--r--doc/pdf/Makefile (renamed from pdf/Makefile)0
2 files changed, 0 insertions, 0 deletions
diff --git a/pdf/.gitignore b/doc/pdf/.gitignore
index a1363379..a1363379 100644
--- a/pdf/.gitignore
+++ b/doc/pdf/.gitignore
diff --git a/pdf/Makefile b/doc/pdf/Makefile
index 91de32b7..91de32b7 100644
--- a/pdf/Makefile
+++ b/doc/pdf/Makefile
lass='logheader'>2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe