aboutsummaryrefslogtreecommitdiff
blob: cb8634aba98e38fc562288d1d9a0c44f4784f313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2004-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

all:

EPREFIX =
SYSCONFDIR = $(EPREFIX)/etc
CONFDIR = $(SYSCONFDIR)/xml
PREFIX = $(EPREFIX)/usr
SBINDIR = $(PREFIX)/sbin

install:
	install -d $(DESTDIR)$(SBINDIR)
	install -m 755 build-docbook-catalog $(DESTDIR)$(SBINDIR)

.PHONY: all clean install