mirror of https://github.com/0intro/wmii
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
TARG = `{make -VTARG}
|
||
|
|
||
|
default:V: all
|
||
|
|
||
|
all:V: $TARG
|
||
|
|
||
|
%.1: %.tex
|
||
|
latex2man -M $stem.tex $stem.1
|
||
|
|