diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:33:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:33:24 (EDT) |
commit | 9b681641cfde1cc68661f0a8535a86603ba31c0b (patch) | |
tree | 9fa52e33b1f956a810ebc5b6f4eabfcae096af2b | |
parent | 6ef80cf89997127f7dacfb9122ef2a0f6a69a528 (diff) |
Makefile.am: Clean up and rearrange EXTRA_DIST
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 75bcadb..824ec70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,11 +52,8 @@ EXTRA_DIST = \ COPYING.2 \ COPYING.3 \ autogen.sh \ - $(bin_sources) \ - $(pkgdata_sources) \ - $(pkgdatacmd_sources) \ - $(man1_sources) \ $(locale_sources) \ + $(man1_sources) \ $(tests) \ tools/shpp.sh \ tools/shld.sh |