diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000000000..092b60ae2e8a5 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,10 @@ +## 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 |