blob: 3e14a6ca4b07ee64292fc50c076afa07d97e3f80 (
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 Tue Oct 25 06:23:41 2005
+++ man/Makefile.in Wed Mar 22 12:08:22 2006
@@ -247,7 +247,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
@WANT_AMPLOT_TRUE@AMPLOT_MAN_PAGES = amplot.8
-COMMON_MAN_PAGES = amanda.8 amanda.conf.5
+@WANT_CLIENT_TRUE@COMMON_MAN_PAGES = amanda.8 amanda.conf.5
@WANT_SERVER_TRUE@SERVER_MAN_PAGES = amadmin.8 \
@WANT_SERVER_TRUE@ amcheck.8 \
@WANT_SERVER_TRUE@ amcheckdb.8 \
@@ -269,7 +269,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 = amadmin.8 amanda.8 amanda.conf.5 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.8 amoverview.8 amplot.8 amreport.8 amrecover.8 amrestore.8 amrmtape.8 amstatus.8 amtape.8 amtapetype.8 amtoc.8 amverify.8 amverifyrun.8
|