summaryrefslogtreecommitdiff
path: root/sysutils/modules/files/patch-doc::Makefile.in
blob: 2a0bd5bb618c21fc679c01658cd6de6ab22e1bea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- ./doc/Makefile.in.orig	Wed Jun 28 02:17:33 2000
+++ ./doc/Makefile.in	Sun Nov 14 16:04:44 2004
@@ -26,21 +26,21 @@
 # Directory in which to install man pages
 mandir = @mandir@
 man1dir = $(mandir)/man1
-man4dir = $(mandir)/man4
+man5dir = $(mandir)/man5
 
 SHELL = /bin/sh
 
 #### End of system configuration section. ####
 
-MAN_FILES= module.1 modulefile.4
+MAN_FILES= module.1 modulefile.5
 
-MAKEDIRS=  $(man1dir) $(man4dir)
+MAKEDIRS=  $(man1dir) $(man5dir)
 
 all:
 
 install: all install-dirs
 	$(INSTALL_DATA) module.1     $(man1dir)
-	$(INSTALL_DATA) modulefile.4 $(man4dir)
+	$(INSTALL_DATA) modulefile.5 $(man5dir)
 
 install-dirs:
 	@for i in $(MAKEDIRS) ; do \
@@ -63,6 +63,6 @@
 mostlyclean: clean
 
 distclean:	clean
-	rm -f module.1 modulefile.4
+	rm -f module.1 modulefile.5
 
 realclean:	distclean