documentation: Makefile: dont compress documentation by default

Many (all?) distro builds scripts want to do compression by their own.
pull/286/head
Axel Burri 2019-04-24 12:59:32 +02:00
parent 173319e7e1
commit 818cc42d9b
2 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@ SYSTEMDDIR = $(PREFIX)/lib/systemd/system
MAN1DIR = $(PREFIX)/share/man/man1
MAN5DIR = $(PREFIX)/share/man/man5
export COMPRESS ?= yes
ifeq ($(COMPRESS), yes)
DOCS := $(addsuffix .gz,$(DOCS))
endif

View File

@ -10,8 +10,6 @@ DOCDIR = $(PREFIX)/share/doc/$(PN)
MAN1DIR = $(PREFIX)/share/man/man1
MAN5DIR = $(PREFIX)/share/man/man5
COMPRESS ?= yes
ifeq ($(COMPRESS), yes)
DOCS := $(addsuffix .gz,$(DOCS))
MAN_MAN1 := $(addsuffix .gz,$(MAN_MAN1))