From 79b525052b68296ee66344b11fed0604a02074ce Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 6 Jan 2016 01:34:41 -0600 Subject: [PATCH] doc: fix make install --- doc/Makefile.am | 2 +- doc/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 98b2ccff..801f594a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,7 +24,7 @@ install-mkdirs: mkdir -p $(DESTDIR)$(mandir); \ fi -install: install-mkdirs build +install: install-mkdirs @echo "ircd: installing example config files ($(CONFS))" @for i in $(CONFS); do \ if test -f $(DESTDIR)$(sysconfdir)/$$i; then \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 2e1d8188..c53aad79 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -513,7 +513,7 @@ install-mkdirs: mkdir -p $(DESTDIR)$(mandir); \ fi -install: install-mkdirs build +install: install-mkdirs @echo "ircd: installing example config files ($(CONFS))" @for i in $(CONFS); do \ if test -f $(DESTDIR)$(sysconfdir)/$$i; then \