summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-27 22:27:24 (GMT)
committerAlexey Neyman <stilor@att.net>2018-11-27 23:38:00 (GMT)
commit15d1724bd1983e25cad85cc57fd5bb3e4cda22b8 (patch)
tree5c6d1e64c3e06212cfb34279907d7cb40e2b5f98 /Makefile.am
parent71d85c9e16a040301b7d19c610175caf1ecee9cd (diff)
Do not distribute paths.sh
Fixes #1100. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f76975..7bc5042 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,8 @@ endif
man1_MANS = docs/ct-ng.1
# paths.sh generated by configure
-nobase_dist_pkgdata_DATA = $(verbatim_data) paths.sh
+nobase_dist_pkgdata_DATA = $(verbatim_data)
+nobase_nodist_pkgdata_DATA = paths.sh
# ct-ng, as renamed by the installation
ctng_progname = `echo ct-ng | sed '$(transform)'`