11 lines
157 B
Makefile
11 lines
157 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
man_MANS = agrep.1
|
|
|
|
EXTRA_DIST = \
|
|
agrep.1.in \
|
|
tre-api.html \
|
|
tre-syntax.html \
|
|
default.css
|