~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to doc/man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100223220902-s3spqi1x4e190y0t
[ Karl Goetz ]
* Remove civserver files in /etc/ggzd/ (Closes: 523772, 517787)
* Adding ${misc:Depends} to all binary packages (lintian warnings)

[ Clint Adams ]
* New upstream version.
  - Drop data_dsc_use_bindir.diff (binary pathnames have changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
man_MANS = civserver.6 civclient.6
 
3
MAN_PAGES =                     \
 
4
        freeciv-server.6        \
 
5
        freeciv-client.6
 
6
 
 
7
MAN_LINKS =                     \
 
8
        freeciv-gtk2.6          \
 
9
        freeciv-sdl.6           \
 
10
        freeciv-xaw.6           \
 
11
        freeciv-win32.6         \
 
12
        freeciv-ftwl.6
 
13
 
 
14
man_MANS = $(MAN_PAGES) $(MAN_LINKS)
4
15
 
5
16
EXTRA_DIST = $(man_MANS)