/[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.6 by ttn, Sat Jan 12 04:28:38 2002 UTC revision 1.7 by ttn, Tue Feb 5 09:40:56 2002 UTC
# Line 42  EXTRA_DIST = $(scripts_sources) Line 42  EXTRA_DIST = $(scripts_sources)
42  list:  list:
43          @echo $(scripts_sources)          @echo $(scripts_sources)
44    
45  overview:  include $(top_srcdir)/pre-inst-guile.am
46    
47    overview: $(scripts_sources)
48          @echo '----------------------------'          @echo '----------------------------'
49          @echo Overview          @echo Overview
50          @echo I. Commentaries          @echo I. Commentaries
# Line 50  overview: Line 52  overview:
52          @echo '----------------------------'          @echo '----------------------------'
53          @echo I. Commentaries          @echo I. Commentaries
54          @echo '----------------------------'          @echo '----------------------------'
55          @GUILE_LOAD_PATH=`(cd $(srcdir)/.. ; pwd)` \          $(preinstguiletool)/display-commentary $^
         $(srcdir)/display-commentary $(scripts_sources)  
56          @echo '----------------------------'          @echo '----------------------------'
57          @echo II. Module Interfaces          @echo II. Module Interfaces
58          @echo '----------------------------'          @echo '----------------------------'
59          @GUILE_LOAD_PATH=`(cd $(srcdir)/.. ; pwd)` \          $(preinstguiletool)/frisk $^
60          $(srcdir)/frisk $(scripts_sources)  
61    # Makefile.am ends here

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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