diff options
author | June McEnroe <june@causal.agency> | 2021-01-19 20:08:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-19 20:15:13 -0500 |
commit | 0193f411a44b7f20e97a93d52274582043589c2e (patch) | |
tree | e25a1f7c66fce20339fe643f5975f1819239fce7 /bin/man1 | |
parent | Match tab following escaped newline in make assignments (diff) | |
download | src-0193f411a44b7f20e97a93d52274582043589c2e.tar.gz src-0193f411a44b7f20e97a93d52274582043589c2e.zip |
Support BSD make syntax and match *.am
These don't really go together, but...
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hilex.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/man1/hilex.1 b/bin/man1/hilex.1 index a151476a..e07695a3 100644 --- a/bin/man1/hilex.1 +++ b/bin/man1/hilex.1 @@ -166,12 +166,14 @@ Inferred for files. . .It Cm make -The portable subset of -.Xr make 1 . +The BSD +.Xr make 1 +language. Inferred for +.Pa Makefile , .Pa *.mk and -.Pa Makefile +.Pa *.am files. . .It Cm mdoc |