~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to tclpkg/tcldot/demo/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am,v 1.2 2006/04/07 18:50:38 ellson Exp $ $Revision: 1.2 $
 
1
# $Id: Makefile.am,v 1.3 2008/01/12 04:40:39 ellson Exp $ $Revision: 1.3 $
2
2
## Process this file with automake to produce Makefile.in
3
3
 
4
4
demodir = $(pkgdatadir)/demo
5
5
 
6
6
if WITH_TCL
7
 
demo_SCRIPTS = doted gcat
8
 
demo_DATA = doted.README gcat.README
 
7
demo_SCRIPTS = doted.tcl gcat.tcl
 
8
demo_DATA = doted.tcl.README gcat.tcl.README
9
9
endif
10
10
 
11
 
EXTRA_DIST = doted gcat doted.README gcat.README
 
11
EXTRA_DIST = doted.tcl gcat.tcl doted.tcl.README gcat.tcl.README