7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
|
||
|
# this is not a serious job !
|
||
|
|
||
|
premier.text: premier.roff Makefile
|
||
|
nroff -Tutf8 < $< > $@
|
||
|
|