~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Examples/Makefile.postamble

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
# Things to do after checking
72
72
# after-check::
73
73
 
74
 
regenerate:
75
 
 
76
 
copy-dist: $(DIST_FILES)
77
 
        mkdir ../snap/examples
78
 
        for f in $(DIST_FILES); do \
79
 
          cp $$f ../snap/examples ; \
80
 
        done