~ubuntu-branches/ubuntu/precise/qhull/precise

« back to all changes in this revision

Viewing changes to html/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2004-02-01 01:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040201011413-gok3tzufxn804osb
Tags: 2003.1-1
* New upstream release.  There are backward incompatibilities in the code
  and the soversion was bumped to libqhull5.
* debian/rules:
  - Major rewrite of build and install rules, since we are using now the
    upstream tarball generated with "make dist".
  - Added config rule.
  - Use dpatch to patch src/user.h (enable qh_QHpointer).
* debian/control:
  - Removed build-dependencies on autoconf, automake, and libtool.
  - Build-depends on dpatch.
  - Changed section of libqhull-dev package to libdevel.
* debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
  directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### Makefile.am for the qhull package (html)
 
2
### Author: Rafael Laboissiere <rafael@debian.org>
 
3
### Created: Mon Dec  3 21:36:21 CET 2001
 
4
 
 
5
### Man pages (trick to get around .man extension)
 
6
 
 
7
%.1: %.man
 
8
        cp $< $@
 
9
CLEANFILES = *.1
 
10
man_MANS = rbox.1 qhull.1
 
11
 
 
12
### Documentation files
 
13
 
 
14
# to:
 
15
docdir = $(prefix)/share/doc/$(PACKAGE)
 
16
htmldir = $(docdir)/html
 
17
 
 
18
# which:
 
19
html_DATA =    \
 
20
  index.htm    \
 
21
  qconvex.htm  \
 
22
  qdelau_f.htm \
 
23
  qdelaun.htm  \
 
24
  qh--4d.gif   \
 
25
  qh--cone.gif \
 
26
  qh--dt.gif   \
 
27
  qh--geom.gif \
 
28
  qh--half.gif \
 
29
  qh--rand.gif \
 
30
  qh-eg.htm    \
 
31
  qh-faq.htm   \
 
32
  qh-get.htm   \
 
33
  qh-impre.htm \
 
34
  qh-in.htm    \
 
35
  qh-optc.htm  \
 
36
  qh-optf.htm  \
 
37
  qh-optg.htm  \
 
38
  qh-opto.htm  \
 
39
  qh-optp.htm  \
 
40
  qh-optq.htm  \
 
41
  qh-optt.htm  \
 
42
  qh-quick.htm \
 
43
  qhalf.htm    \
 
44
  qhull.htm    \
 
45
  qvoron_f.htm \
 
46
  qvoronoi.htm \
 
47
  rbox.htm
 
48
 
 
49
### Extra files to be included in the tarball
 
50
 
 
51
EXTRA_DIST =   \
 
52
  $(html_DATA) \
 
53
  qhull.man    \
 
54
  qhull.txt    \
 
55
  rbox.man     \
 
56
  rbox.txt