~ubuntu-branches/ubuntu/karmic/pmake/karmic

« back to all changes in this revision

Viewing changes to mk/bsd.own.mk

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2004-03-12 13:14:27 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040312131427-us94ehmatt3kxhm8
Tags: 1.98-3
* mk/bsd.man.mk:
  + Use symlinks instead of hard links when using the MLINKS directive
    to link manual pages, courtesy of Robert Millan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# Define MANZ to have the man pages compressed (gzip)
32
32
MANZ=           1
33
33
 
34
 
MANDIR?=        /usr/man
 
34
MANDIR?=        /usr/share/man
35
35
MANGRP?=        root
36
36
MANOWN?=        root
37
37
MANMODE?=       ${NONBINMODE}
38
38
MANINSTALL?=    maninstall catinstall
39
39
 
40
40
INFODIR?=       /usr/share/info
41
 
INFOGRP?=       wheel
 
41
INFOGRP?=       root
42
42
INFOOWN?=       root
43
43
INFOMODE?=      ${NONBINMODE}
44
44
 
48
48
LIBOWN?=        ${BINOWN}
49
49
LIBMODE?=       ${NONBINMODE}
50
50
 
51
 
DOCDIR?=        /usr/doc
 
51
DOCDIR?=        /usr/share/doc
52
52
DOCGRP?=        root
53
53
DOCOWN?=        root
54
54
DOCMODE?=       ${NONBINMODE}
173
173
# The NOxxx variables should only be used by Makefiles.
174
174
#
175
175
 
176
 
MKCATPAGES?=yes
 
176
MKCATPAGES?=no
177
177
 
178
178
.if defined(NODOC)
179
179
MKDOC=no