CHANGELOG for 5.6.0; removed wwwdir

This commit is contained in:
Olof hagsand 2022-03-07 20:08:33 +01:00
parent ff37ce808c
commit 72025bfc5e
4 changed files with 26 additions and 31 deletions

View file

@ -57,8 +57,6 @@ sysconfdir = @sysconfdir@
includedir = @includedir@
HOST_VENDOR = @host_vendor@
wwwdir = @wwwdir@
# one of fcgi or native:
with_restconf = @with_restconf@
@ -166,9 +164,6 @@ distclean: clean
install: install-lib $(APPL)
install -d -m 0755 $(DESTDIR)$(sbindir)
install -m 0755 $(INSTALLFLAGS) $(APPL) $(DESTDIR)$(sbindir)
ifeq ($(with_restconf),fcgi)
install -d -m 0755 $(DESTDIR)$(wwwdir)
endif
ifeq ($(LINKAGE),dynamic)
install-lib: $(MYLIBDYNAMIC)