Revert this:
[bpt/guile.git] / scripts / Makefile.am
index 4bcc3f2..52911bc 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2001 Free Software Foundation, Inc.
+##     Copyright (C) 2002 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##
@@ -24,16 +24,23 @@ 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
+       snarf-check-and-output-texi \
+       summarize-guile-TODO    \
+       scan-api                \
+       api-diff                \
+       read-rfc822
 
-subpkgdatadir = $(pkgdatadir)/$(VERSION)/scripts
+subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts
 subpkgdata_SCRIPTS = $(scripts_sources)
 
 EXTRA_DIST = $(scripts_sources)
@@ -41,7 +48,9 @@ EXTRA_DIST = $(scripts_sources)
 list:
        @echo $(scripts_sources)
 
-overview:
+include $(top_srcdir)/am/pre-inst-guile
+
+overview: $(scripts_sources)
        @echo '----------------------------'
        @echo Overview
        @echo I. Commentaries
@@ -49,10 +58,10 @@ overview:
        @echo '----------------------------'
        @echo I. Commentaries
        @echo '----------------------------'
-       @GUILE_LOAD_PATH=`(cd $(srcdir)/.. ; pwd)` \
-       $(srcdir)/display-commentary $(scripts_sources)
+       $(preinstguiletool)/display-commentary $^
        @echo '----------------------------'
        @echo II. Module Interfaces
        @echo '----------------------------'
-       @GUILE_LOAD_PATH=`(cd $(srcdir)/.. ; pwd)` \
-       $(srcdir)/frisk $(scripts_sources)
+       $(preinstguiletool)/frisk $^
+
+# Makefile.am ends here