diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | scripts/Makefile.am | 8 | ||||
-rw-r--r-- | scripts/Makefile.in | 8 |
3 files changed, 5 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in index c0ef8fa..a2f0acb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,7 +162,7 @@ CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/src/include/config.h.in compile config.guess \ - config.sub depcomp install-sh ltmain.sh missing + config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 98f1c6c..981689b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -10,9 +10,7 @@ bin_SCRIPTS = \ cfsetup.sh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl EXTRA_DIST = \ cfsetup.csh.in \ @@ -25,9 +23,7 @@ EXTRA_DIST = \ cf_make_all_obs.csh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl CLEANFILES = cfsetup.csh \ cfsetup.sh diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 630df69..b1a79bf 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -348,9 +348,7 @@ bin_SCRIPTS = \ cfsetup.sh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl EXTRA_DIST = \ cfsetup.csh.in \ @@ -363,9 +361,7 @@ EXTRA_DIST = \ cf_make_all_obs.csh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl CLEANFILES = cfsetup.csh \ cfsetup.sh |