diff options
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 0000000..ad9ef3f --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,13 @@ +dist_noinst_DATA = \ + COPYING.GPLv2 \ + COPYING.LIB \ + HACKING.md \ + TODO \ + manpage.example \ + manpage.example.mdoc \ + manpage.example.pod \ + manpage.example.sgml + +EXTRA_DIST = \ + INSTALL.autoconf \ + INSTALL.quick |