6 lines
135 B
Makefile
6 lines
135 B
Makefile
# minimum required automake 1.6
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
# any directories which should be built and installed.
|
|
SUBDIRS = man1 man3
|