summaryrefslogtreecommitdiff
path: root/russian/ircd-hybrid/files/patch-doc-Makefile.in
blob: 10b829b4b40a827ca94ce45e811e7eafa58468df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- doc/Makefile.in.orig	Sat Nov 13 23:58:49 2004
+++ doc/Makefile.in	Mon Nov 15 17:34:02 2004
@@ -26,7 +26,7 @@
 automoduledir	= @prefix@/modules/autoload
 
 # Local to the etc Makefile
-mandir          = @prefix@/man8
+mandir          = @prefix@/man/man8
 MANPAGES        = ircd.8
 
 CONFS		= example.conf example.dalnetru.conf
@@ -81,6 +81,8 @@
 			touch $(sysconfdir)/$${i}line.conf; \
 		fi; \
 	done
+	mkdir -p $(sysconfdir)/codepage; \
+	$(INSTALL_DATA) codepage/* $(sysconfdir)/codepage/
 
 	@for i in n c; do \
 		if test ! -f "$(sysconfdir)/$${i}resv.conf"; then \