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

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

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

revision 1.20.2.2 by ossau, Fri Aug 24 11:58:35 2001 UTC revision 1.20.2.3 by mvo, Mon Apr 8 00:39:05 2002 UTC
# Line 32  EXAMPLE_SMOB_FILES = \ Line 32  EXAMPLE_SMOB_FILES = \
32  OLDFMT = oldfmt.c  OLDFMT = oldfmt.c
33    
34  dist-hook:  dist-hook:
35            cp $(srcdir)/$(OLDFMT) $(distdir)/
36          mkdir $(distdir)/example-smob          mkdir $(distdir)/example-smob
37          (cd $(srcdir); \          for f in $(EXAMPLE_SMOB_FILES); do \
38           cp $(OLDFMT) $(distdir); \            cp $(srcdir)/example-smob/$$f $(distdir)/example-smob/; \
39           dest="`cd $(distdir)/example-smob; pwd`"; \          done
          cd example-smob; \  
          cp $(EXAMPLE_SMOB_FILES) $$dest)  
40    
41  # pending the papers from Robert Merkel  # pending the papers from Robert Merkel
42  # EXTRA_DIST = guile.1  # EXTRA_DIST = guile.1

Legend:
Removed from v.1.20.2.2  
changed lines
  Added in v.1.20.2.3

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