1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

(bin_PROGRAMS): Move `guile_filter_doc_snarfage'

to `noinst_PROGRAMS'.
(bin_SCRIPTS): Move all values to `noinst_SCRIPTS'; delete.
(noinst_PROGRAMS, noinst_SCRIPTS): New.
This commit is contained in:
Thien-Thi Nguyen 2002-02-12 01:57:37 +00:00
parent 7c686ba857
commit f94b652476

View file

@ -32,7 +32,8 @@ ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_L
--regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/' --regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
lib_LTLIBRARIES = libguile.la lib_LTLIBRARIES = libguile.la
bin_PROGRAMS = guile guile_filter_doc_snarfage bin_PROGRAMS = guile
noinst_PROGRAMS = guile_filter_doc_snarfage
guile_SOURCES = guile.c guile_SOURCES = guile.c
guile_LDADD = libguile.la guile_LDADD = libguile.la
@ -140,7 +141,9 @@ modinclude_HEADERS = __scm.h alist.h arbiters.h async.h backtrace.h boolean.h \
## and not a header -- headers are included in the distribution. ## and not a header -- headers are included in the distribution.
modinclude_DATA = scmconfig.h modinclude_DATA = scmconfig.h
bin_SCRIPTS = guile-snarf guile-doc-snarf guile-snarf-docs \ # We can re-enable install for some of these if/when they are documented
# and people feel like maintaining them. For now, this is not the case.
noinst_SCRIPTS = guile-snarf guile-doc-snarf guile-snarf-docs \
guile-func-name-check guile-func-name-check
EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads \ EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads \