aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm95-i18n/files/patch-aa
blob: fac4f99799a84de857703e99420fa42226eeae63 (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
diff -urN ../fvwm95-2.0.43a-Autoconf.orig/Makefile.in ./Makefile.in
--- ../fvwm95-2.0.43a-Autoconf.orig/Makefile.in Sun Nov 22 04:58:50 1998
+++ ./Makefile.in   Sun Nov 22 04:59:56 1998
@@ -11,6 +11,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 subdirs=libs fvwm modules utils sample.fvwmrc xpmroot icons mini-icons
+mansubdirs=fvwm modules xpmroot
 local_defines=@local_defines@
 
 CFLAGS = -O
@@ -25,6 +26,12 @@
    @for i in ${subdirs}; do \
        echo Installing in $$i ; \
        (cd $$i; ${MAKE} install) \
+   done
+
+install.man:
+   @for i in ${mansubdirs}; do \
+       echo Installing man in $$i ; \
+       (cd $$i; ${MAKE} install.man) \
    done
 
 depend: