mirror of
https://github.com/0intro/wmii
synced 2025-02-08 10:25:09 +03:00
10 lines
97 B
Makefile
10 lines
97 B
Makefile
TARG = `{make -VTARG}
|
|
|
|
default:V: all
|
|
|
|
all:V: $TARG
|
|
|
|
%.1: %.tex
|
|
latex2man -M $stem.tex $stem.1
|
|
|