diff options
author | infirit <[email protected]> | 2013-07-31 23:17:25 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-31 23:17:25 +0200 |
commit | 504cd7fab6a337d0309e38efecbf23f4719a9dfe (patch) | |
tree | dc5334fec186630d1b216f1b3cfd7a5f048f81f3 | |
parent | 66e4a0a58e316b8703eecabf91a67647b1b45023 (diff) | |
download | eom-504cd7fab6a337d0309e38efecbf23f4719a9dfe.tar.bz2 eom-504cd7fab6a337d0309e38efecbf23f4719a9dfe.tar.xz |
Add all docs to EXTRA_DIST
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4df696b..2eea905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,16 @@ endif SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src man plugins po help data doc -EXTRA_DIST = \ - HACKING +EXTRA_DIST = \ + AUTHORS \ + Changelog \ + COPYING \ + HACKING \ + NEWS \ + NEWS.gnome \ + README \ + THANKS \ + TODO DISTCLEANFILES = \ intltool-extract \ |