X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/c52df12552267b27943cfd7d89c7c206e66c895b..6e2baa6661b0cc4ce2fe2aa06bc27a2a39ed3231:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 98b2ccff..b49667f3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.in 3376 2007-04-03 11:37:39Z nenolod $ prefix = @prefix@ exec_prefix = @exec_prefix@ exec_suffix = @exec_suffix@ @@ -8,8 +7,6 @@ sysconfdir = @sysconfdir@ localstatedir = @localstatedir@ # Local to the etc Makefile -mandir = @mandir@/man8 -MANPAGES = ircd.8 CONFS = ircd.conf.example reference.conf @@ -19,12 +16,7 @@ install-mkdirs: mkdir -p $(DESTDIR)$(sysconfdir); \ fi - -@if test ! -d $(DESTDIR)$(mandir); then \ - echo "mkdir -p $(mandir)"; \ - 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 \ @@ -42,9 +34,3 @@ install: install-mkdirs build $(RM) $(DESTDIR)$(sysconfdir)/links.txt; \ fi - @echo "ircd: installing manpage" - @for i in $(MANPAGES); do \ - if test ! -f $(DESTDIR)$(mandir)/$(PROGRAM_PREFIX)$$i; then \ - $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$(PROGRAM_PREFIX)$$i; \ - fi; \ - done