~ubuntu-branches/ubuntu/saucy/dopewars/saucy

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1.5.12-10/doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-22 16:04:52 UTC
  • Revision ID: james.westby@ubuntu.com-20101222160452-jhic75178m5adh6a
Tags: 1.5.12-11
* Remove old conflicts on suidmanager
* Replace Conflicts/Replaces with Breaks/Replaces (lintian notice)
* Add a doc-base entry for the dopewars manual

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DOCPATH        = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/
2
 
DOCS           = aiplayer.html configfile.html index.html i18n.html \
3
 
                 server.html clientplay.html credits.html example-cfg \
4
 
                 installation.html servercommands.html commandline.html \
5
 
                 contribute.html developer.html metaserver.html \
6
 
                 protocol.html windows.html ../LICENCE example-igneous
7
 
man_MANS       = dopewars.6
8
 
SUBDIRS        = help
9
 
EXTRA_DIST     = dopewars.6.in ${DOCS}
10
 
DISTCLEANFILES = dopewars.6
11
 
 
12
 
install-data-local:
13
 
        ${INSTALL} -d -m 0755 ${DOCPATH}
14
 
        for doc in ${DOCS}; do \
15
 
          ${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
16
 
        done
17
 
 
18
 
uninstall-local:
19
 
        for doc in ${DOCS}; do \
20
 
          /bin/rm -f ${DOCPATH}/$${doc}; \
21
 
        done
22
 
        /bin/rm -f ${DOCPATH}/LICENCE