1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 23:00:22 +02:00

(scripts_sources): Added snarf-guile-m4-docs.

This commit is contained in:
Marius Vollmer 2004-09-08 16:18:29 +00:00
parent 6ef7423a41
commit be2540fa56

View file

@ -22,23 +22,24 @@
AUTOMAKE_OPTIONS = gnu AUTOMAKE_OPTIONS = gnu
# These should be installed and distributed. # These should be installed and distributed.
scripts_sources = \ scripts_sources = \
PROGRAM \ PROGRAM \
autofrisk \ autofrisk \
display-commentary \ display-commentary \
doc-snarf \ doc-snarf \
frisk \ frisk \
generate-autoload \ generate-autoload \
lint \ lint \
punify \ punify \
read-scheme-source \ read-scheme-source \
read-text-outline \ read-text-outline \
use2dot \ use2dot \
snarf-check-and-output-texi \ snarf-check-and-output-texi \
summarize-guile-TODO \ summarize-guile-TODO \
scan-api \ scan-api \
api-diff \ api-diff \
read-rfc822 read-rfc822 \
snarf-guile-m4-docs
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts
subpkgdata_SCRIPTS = $(scripts_sources) subpkgdata_SCRIPTS = $(scripts_sources)