Skip to content

Commit dd0aec7

Browse files
committed
Update the man page installing directory.
1 parent a6ff0ff commit dd0aec7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PREFIX = /usr/local
2020
ETCDIR = $(PREFIX)/etc/xdg
2121
BINDIR = $(PREFIX)/bin
2222
DATADIR = $(PREFIX)/share
23-
MANDIR = $(DATADIR)/man
23+
MANDIR = $(DATADIR)/man/man1
2424
DOCDIR = $(DATADIR)/doc/$(BINARY)
2525
LOCALEDIR = $(DATADIR)/locale
2626
ICONDIR = $(DATADIR)/pixmaps

data/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
include ../.default
22
-include ../.config
33

4-
ETCDIR ?= /etc
5-
MANDIR ?= $(DATADIR)/man/man1
64
DESKTOP_DIR ?= $(DATADIR)/applications
75
EXAMPLES_DIR ?= $(DATADIR)/doc/$(BINARY)/examples
86
GNOME_CONTROL_CENTER ?= Y

0 commit comments

Comments
 (0)