diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-09-08 16:18:29 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-09-08 16:18:29 +0000 |
commit | be2540fa56d1bcfc756c8ae18851a894fc7f9365 (patch) | |
tree | 50f6dce61178ad8e29e50c110322990e6fc0320a | |
parent | 6ef7423a416d931aa94006d91ab36d4a6f5a622c (diff) | |
download | guile-be2540fa56d1bcfc756c8ae18851a894fc7f9365.tar.gz |
(scripts_sources): Added snarf-guile-m4-docs.
-rw-r--r-- | scripts/Makefile.am | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 52911bcc1..fc7efdc8f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -22,23 +22,24 @@ AUTOMAKE_OPTIONS = gnu # These should be installed and distributed. -scripts_sources = \ - PROGRAM \ - autofrisk \ - display-commentary \ - doc-snarf \ - frisk \ - generate-autoload \ - lint \ - punify \ - read-scheme-source \ - read-text-outline \ - use2dot \ - snarf-check-and-output-texi \ - summarize-guile-TODO \ - scan-api \ - api-diff \ - read-rfc822 +scripts_sources = \ + PROGRAM \ + autofrisk \ + display-commentary \ + doc-snarf \ + frisk \ + generate-autoload \ + lint \ + punify \ + read-scheme-source \ + read-text-outline \ + use2dot \ + snarf-check-and-output-texi \ + summarize-guile-TODO \ + scan-api \ + api-diff \ + read-rfc822 \ + snarf-guile-m4-docs subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts subpkgdata_SCRIPTS = $(scripts_sources) |