blob: c5029f0fdfdedae0e25930b3d4872439afe72601 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- man/Makefile.in.orig Fri Oct 22 09:12:40 2004
+++ man/Makefile.in Mon Nov 8 06:24:40 2004
@@ -254,7 +254,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
@WANT_AMPLOT_TRUE@AMPLOT_MAN_PAGES = amplot.8
-COMMON_MAN_PAGES = amanda.8
+@WANT_CLIENT_TRUE@COMMON_MAN_PAGES = amanda.8
@WANT_SERVER_TRUE@SERVER_MAN_PAGES = amadmin.8 \
@WANT_SERVER_TRUE@ amcheck.8 \
@WANT_SERVER_TRUE@ amcheckdb.8 \
@@ -276,7 +276,7 @@
@WANT_SERVER_TRUE@ amverifyrun.8
@WANT_RECOVER_TRUE@RECOVER_MAN_PAGES = amrecover.8
-@WANT_RESTORE_TRUE@RESTORE_MAN_PAGES = amrestore.8
+@WANT_CLIENT_TRUE@RESTORE_MAN_PAGES = amrestore.8
# not autoconf-generated:
EXTRA_DIST = amplot.8 amrestore.8 amtape.8 amdd.8 ammt.8
|