9 lines
161 B
Makefile
9 lines
161 B
Makefile
|
|
## Process this file with automake to produce Makefile.in
|
||
|
|
|
||
|
|
|
||
|
|
man_MANS = spice.1 nutmeg.1 sconvert.1
|
||
|
|
|
||
|
|
EXTRA_DIST = $(man_MANS)
|
||
|
|
|
||
|
|
MAINTAINERCLEANFILES = Makefile.in
|