~ubuntu-branches/ubuntu/vivid/ubuntu-kylin-docs/vivid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Lei Luo
  • Date: 2014-04-10 14:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20140410145812-9mfgq3xleqy0l89f
Tags: 14.04.3

* Add "Replaces" field in debian control file to automatically remove
  ubuntu-docs before installation.
* Merge ubuntu-docs changes.
* Update zh_CN tranlation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT([ubuntu-kylin-docs], [14.04],
 
2
        [https://bugs.launchpad.net/ubuntu/+source/ubuntu-kylin-docs])
 
3
AM_INIT_AUTOMAKE
 
4
 
 
5
YELP_HELP_INIT
 
6
 
 
7
AM_MAINTAINER_MODE
 
8
 
 
9
AC_OUTPUT([
 
10
Makefile
 
11
ubuntu-kylin-help/Makefile
 
12
])