~ubuntu-branches/ubuntu/quantal/tidy/quantal

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-12-24 13:25:54 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081224132554-l7900667kdy9eeu5
Tags: 20081224cvs-1
* New cvs snapshot
* debian/control: add debhelper ${misc:Depends} to all packages
- add versioned depend on libtidy-0.99-0 (>= 20081224cvs-1) for tidy
  (closes: #470764)
- add Homepage field
- update standards-version from 3.7.3.0 to 3.8.0.0
* debian/tidy-doc.doc-base: change section from App/Text to Web Development
* debian/tidy.postinst + tidy.preinst: set the -e flag
* debian/README.source: new, how to build source tarball from upstream
* debian/README.Debian: add urls to more documentation
  (closes: #353912)
* debian/patches/03overview-tab-size.patch: add patch to fix tab-size
  (closes: #353907)
* tidy doc has been built from same source as tidy for a while
  (closes: #364960)
* debian/rules:
  - add -xml-config to generated manpage
  - clean up generated files
  (closes: #471107)
* manpage: -latin0 options has correct info as of 20080116cvs-1
  (closes: #506394 )

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  CVS Info :
20
20
#
21
21
#     $Author: arnaud02 $ 
22
 
#     $Date: 2006/10/06 09:25:13 $ 
23
 
#     $Revision: 1.7 $ 
 
22
#     $Date: 2008/03/17 12:49:41 $ 
 
23
#     $Revision: 1.8 $ 
24
24
#
25
 
#  Copyright (c) 1998-2006 World Wide Web Consortium
 
25
#  Copyright (c) 1998-2008 World Wide Web Consortium
26
26
#  (Massachusetts Institute of Technology, European Research 
27
27
#  Consortium for Informatics and Mathematics, Keio University).
28
28
#  All Rights Reserved.
141
141
AWK = @AWK@
142
142
CC = @CC@
143
143
CCDEPMODE = @CCDEPMODE@
144
 
CFLAGS = @CFLAGS@ @WARNING_CFLAGS@
 
144
CFLAGS = @CFLAGS@
145
145
CPP = @CPP@
146
146
CPPFLAGS = @CPPFLAGS@
147
147
CXX = @CXX@
151
151
CYGPATH_W = @CYGPATH_W@
152
152
DEFS = @DEFS@
153
153
DEPDIR = @DEPDIR@
 
154
DSYMUTIL = @DSYMUTIL@
154
155
ECHO = @ECHO@
155
156
ECHO_C = @ECHO_C@
156
157
ECHO_N = @ECHO_N@
176
177
LT_RELEASE = @LT_RELEASE@
177
178
LT_REVISION = @LT_REVISION@
178
179
MAKEINFO = @MAKEINFO@
 
180
NMEDIT = @NMEDIT@
179
181
OBJEXT = @OBJEXT@
180
182
PACKAGE = @PACKAGE@
181
183
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238
240
sharedstatedir = @sharedstatedir@
239
241
sysconfdir = @sysconfdir@
240
242
target_alias = @target_alias@
 
243
AM_CFLAGS = @CFLAGS@ @WARNING_CFLAGS@
241
244
INCLUDES = -I$(top_srcdir)/include
242
245
lib_LTLIBRARIES = libtidy.la
243
246
libtidy_la_SOURCES = \