### Makefile.am for the qhull package (eg)
### Author: Rafael Laboissiere <rafael@debian.org>
### Created: Mon Dec  3 21:36:21 CET 2001

### Documentation files

# to:
docdir = $(prefix)/share/doc/$(PACKAGE)
examplesdir = $(docdir)/examples

# which:
examples_DATA = \
  q_eg          \
  q_egtest      \
  q_test        \
  Qhull-go.bat  \
  q_test.bat

### Extra files to be included in the tarball

EXTRA_DIST = $(examples_DATA)
