~ubuntu-branches/ubuntu/gutsy/inform/gutsy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mark Baker
  • Date: 2004-03-29 23:52:44 UTC
  • Revision ID: james.westby@ubuntu.com-20040329235244-fox1z1yv7d6vojoo
Tags: upstream-6.30
ImportĀ upstreamĀ versionĀ 6.30

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Master automake template for Inform.
 
2
 
 
3
AUTOMAKE_OPTIONS = foreign check-news dist-bzip2
 
4
 
 
5
SUBDIRS = src lib include info html demos
 
6
 
 
7
EXTRA_DIST = AUTHORS VERSION README.bugs README.glulx README.paths      \
 
8
README.source
 
9
 
 
10
EXTRA_DIRS = config contrib patch tutor
 
11
 
 
12
dist-hook:
 
13
        cd $(srcdir)/tutor; $(MAKE) clean
 
14
        @ for dir in $(EXTRA_DIRS); do                                  \
 
15
           echo Adding $$dir directory to distribution;                 \
 
16
           cp -rfp $(srcdir)/$$dir $(distdir);                          \
 
17
           rm -rf $(distdir)/$$dir/CVS;                                 \
 
18
        done
 
19
 
 
20
@make_include@