~ubuntu-branches/ubuntu/vivid/debiandoc-sgml/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2010-04-04 21:42:28 UTC
  • Revision ID: james.westby@ubuntu.com-20100404214228-niptqf9tavfrzxo7
Tags: 1.2.14
* Updated build structure to use dh syntax and $(DESTDIR). 
* Fixed binary-control-field-duplicates-source: "priority" "section".
* Fixed hyphen-used-as-minus-sign. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## ----------------------------------------------------------------------
6
6
## General directory definitions
7
7
prefix          := /usr/local
8
 
bin_dir         := $(prefix)/bin
9
 
share_dir       := $(prefix)/share
 
8
bin_dir         := $(DESTDIR)$(prefix)/bin
 
9
share_dir       := $(DESTDIR)$(prefix)/share
10
10
ifeq ($(prefix),/usr/local)
11
11
man_dir         := $(prefix)/man
12
12
else