/[guile]/guile/guile-core/scripts/Makefile.am
ViewVC logotype

Diff of /guile/guile-core/scripts/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by cmm, Thu May 31 12:45:32 2001 UTC revision 1.3.2.1 by ttn, Tue Jan 8 03:53:43 2002 UTC
# Line 19  Line 19 
19  ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite  ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
20  ##   330, Boston, MA 02111-1307 USA  ##   330, Boston, MA 02111-1307 USA
21    
22  AUTOMAKE_OPTIONS = foreign  AUTOMAKE_OPTIONS = gnu
23    
24  # These should be installed and distributed.  # These should be installed and distributed.
25  scripts_sources =               \  scripts_sources =               \
26          PROGRAM                 \          PROGRAM                 \
27          display-commentary      \          display-commentary      \
28          doc-snarf               \          doc-snarf               \
29            frisk                   \
30          generate-autoload       \          generate-autoload       \
31          punify                  \          punify                  \
32          read-scheme-source      \          read-scheme-source      \
# Line 37  subpkgdata_SCRIPTS = $(scripts_sources) Line 38  subpkgdata_SCRIPTS = $(scripts_sources)
38    
39  EXTRA_DIST = $(scripts_sources)  EXTRA_DIST = $(scripts_sources)
40    
41    list:
42            @echo $(scripts_sources)
43    
44  overview:  overview:
45          @GUILE_LOAD_PATH=`(cd .. ; pwd)` \          @echo '----------------------------'
46          ./display-commentary $(scripts_sources)          @echo Overview
47            @echo I. Commentaries
48            @echo II. Module Interfaces
49            @echo '----------------------------'
50            @echo I. Commentaries
51            @echo '----------------------------'
52            @GUILE_LOAD_PATH=`(cd $(srcdir)/.. ; pwd)` \
53            $(srcdir)/display-commentary $(scripts_sources)
54            @echo '----------------------------'
55            @echo II. Module Interfaces
56            @echo '----------------------------'
57            @GUILE_LOAD_PATH=`(cd $(srcdir)/.. ; pwd)` \
58            $(srcdir)/frisk $(scripts_sources)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26