]> jfr.im git - solanum.git/blobdiff - doc/Makefile.am
reference.conf: Document the common syntax for flags
[solanum.git] / doc / Makefile.am
index 98b2ccff28b66e28ab7249ac42a34696ec97c3b9..b49667f3911d14903921b5cec89613a6afa6f1c4 100644 (file)
@@ -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