~ubuntu-branches/ubuntu/quantal/warzone2100/quantal

« back to all changes in this revision

Viewing changes to pkg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2011-05-21 16:31:49 UTC
  • mfrom: (1.1.18 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110521163149-oj2qkd97z0b14lqz
Tags: 2.3.8-1
* New upstream release
  - Refresh miniupnpc removal patch
  - Build and install new upstream docs
* Complies with latest policy, bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
98
98
  done; \
99
99
  reldir="$$dir2"
 
100
A2X = @A2X@
100
101
ACLOCAL = @ACLOCAL@
101
102
AMTAR = @AMTAR@
102
103
AUTOCONF = @AUTOCONF@
203
204
VERSION = @VERSION@
204
205
WIN32_LIBS = @WIN32_LIBS@
205
206
WINDRES = @WINDRES@
 
207
WKHTMLTOPDF = @WKHTMLTOPDF@
206
208
WZ_C99FLAGS = @WZ_C99FLAGS@
207
209
WZ_CFLAGS = @WZ_CFLAGS@
208
210
WZ_CPPFLAGS = @WZ_CPPFLAGS@