We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ff0ff commit dd0aec7Copy full SHA for dd0aec7
.default
@@ -20,7 +20,7 @@ PREFIX = /usr/local
20
ETCDIR = $(PREFIX)/etc/xdg
21
BINDIR = $(PREFIX)/bin
22
DATADIR = $(PREFIX)/share
23
-MANDIR = $(DATADIR)/man
+MANDIR = $(DATADIR)/man/man1
24
DOCDIR = $(DATADIR)/doc/$(BINARY)
25
LOCALEDIR = $(DATADIR)/locale
26
ICONDIR = $(DATADIR)/pixmaps
data/Makefile
@@ -1,8 +1,6 @@
1
include ../.default
2
-include ../.config
3
4
-ETCDIR ?= /etc
5
-MANDIR ?= $(DATADIR)/man/man1
6
DESKTOP_DIR ?= $(DATADIR)/applications
7
EXAMPLES_DIR ?= $(DATADIR)/doc/$(BINARY)/examples
8
GNOME_CONTROL_CENTER ?= Y
0 commit comments