~ubuntu-branches/ubuntu/hoary/plib-doc/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Frauenfelder
  • Date: 2004-07-13 20:56:29 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040713205629-gw7kmoiiwaqi6rol
Tags: 1.8.1-4
Changed build depends: added xlibs-dev, removed g++. Additionally, added
-lpthread to LDFLAGS for configure call. Closes: #259131

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = src data
 
1
SUBDIRS = src
2
2
 
3
 
EXTRA_DIST = README CHANGES LICENSE NOTICE acsite.m4
 
3
EXTRA_DIST = README COPYING.DATA plib_examples.dsp plib_examples.dsw install-sh missing autogen.sh
4
4
 
5
5
dist-hook:
6
6
        tar cf - doc \
7
7
             src/ssg/tux/data \
 
8
             src/ssg/water/data \
 
9
             src/ssg/sky/data \
8
10
             src/ssg/majik/data \
 
11
             src/ssg/shrubs/data \
 
12
             src/psl/data \
9
13
             src/fnt/data     \
10
14
             data     \
11
15
           | ( cd $(distdir) ; tar xf - )