mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
10 lines
98 B
Makefile
10 lines
98 B
Makefile
TARG = `{bmake -VTARG}
|
|
|
|
default:V: all
|
|
|
|
all:V: $TARG
|
|
|
|
%.1: %.tex
|
|
latex2man -M $stem.tex $stem.1
|
|
|