~ubuntu-branches/ubuntu/warty/happy/warty

« back to all changes in this revision

Viewing changes to glafp-utils/docbook/db2ps.dir/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2004-04-03 15:51:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040403155147-47pwz4txfls12i4q
Tags: 1.13-0tarball-5
Fix pragmas (missing #) in Parser.hs as recent GHCs were barfing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TOP=../..
 
2
include $(TOP)/mk/boilerplate.mk
 
3
 
 
4
SCRIPT_PROG=../db2ps
 
5
SCRIPT_OBJS=db2ps.sh
 
6
INTERP=$(SHELL)
 
7
 
 
8
CLEAN_FILES += $(SCRIPT_PROG)
 
9
DESTDIR=$(INSTSCRIPTDIR)
 
10
 
 
11
include $(TOP)/mk/target.mk