~ubuntu-branches/ubuntu/saucy/libxfont/saucy-updates

« back to all changes in this revision

Viewing changes to src/builtins/render.c

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2010-11-19 01:17:48 UTC
  • mfrom: (1.1.13 upstream) (10.1.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20101119011748-k5809pbrfmwd0ywd
Tags: 1:1.4.3-1
* New upstream release.
* Bump xutils-dev build-dep for new macros.
* Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
* Pass --with-xmlto and --without-fop for the regular build (we want
  html and txt only). Disable both for the udeb build.
* Tweak doc filenames, and handle that through dh_install.
* Add --fail-missing -XlibXfont.la for the second dh_install call (the
  udeb one), for additional safety.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XdotOrg: $ */
2
1
/*
3
 
 * Id: render.c,v 1.2 1999/11/02 06:16:48 keithp Exp $
4
 
 *
5
2
 * Copyright 1999 SuSE, Inc.
6
3
 *
7
4
 * Permission to use, copy, modify, distribute, and sell this software and its
23
20
 *
24
21
 * Author:  Keith Packard, SuSE, Inc.
25
22
 */
26
 
/* $XFree86: xc/lib/font/builtins/render.c,v 1.3 1999/12/30 02:29:51 robin Exp $ */
27
23
 
28
24
#ifdef HAVE_CONFIG_H
29
25
#include <config.h>