~ubuntu-branches/ubuntu/vivid/inform/vivid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-05-26 22:09:44 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526220944-ba7phz0d1k4vo7wx
Tags: 6.31.1+dfsg-1
* Remove a considerable number of files from the package
  due to unacceptable licensing terms.
* Repair library symlinks.

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@