875becc4fd
- Use $OPTIONS.
39 lines
1.3 KiB
Text
39 lines
1.3 KiB
Text
--- man/Makefile.in.orig Tue Sep 5 23:08:22 2006
|
|
+++ man/Makefile.in Thu Sep 7 14:14:52 2006
|
|
@@ -193,8 +193,8 @@
|
|
WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@
|
|
WANT_RECOVER_FALSE = @WANT_RECOVER_FALSE@
|
|
WANT_RECOVER_TRUE = @WANT_RECOVER_TRUE@
|
|
-WANT_RESTORE_FALSE = @WANT_RESTORE_FALSE@
|
|
-WANT_RESTORE_TRUE = @WANT_RESTORE_TRUE@
|
|
+WANT_CLIENT_FALSE = @WANT_CLIENT_FALSE@
|
|
+WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@
|
|
WANT_RUNTIME_PSEUDO_RELOC_FALSE = @WANT_RUNTIME_PSEUDO_RELOC_FALSE@
|
|
WANT_RUNTIME_PSEUDO_RELOC_TRUE = @WANT_RUNTIME_PSEUDO_RELOC_TRUE@
|
|
WANT_SAMBA_FALSE = @WANT_SAMBA_FALSE@
|
|
@@ -261,13 +261,13 @@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
@WANT_AMPLOT_TRUE@AMPLOT_MAN8_PAGES = amplot.8
|
|
-COMMON_MAN8_PAGES = amanda.8
|
|
-COMMON_MAN5_PAGES = amanda.conf.5 \
|
|
+@WANT_CLIENT_TRUE@COMMON_MAN8_PAGES = amanda.8
|
|
+@WANT_CLIENT_TRUE@COMMON_MAN5_PAGES = amanda.conf.5 \
|
|
amanda-client.conf.5
|
|
|
|
|
|
#if WANT_SERVER
|
|
-SERVER_MAN8_PAGES = amadmin.8 \
|
|
+@WANT_SERVER_TRUE@SERVER_MAN8_PAGES = amadmin.8 \
|
|
amcheck.8 \
|
|
amcheckdb.8 \
|
|
amcleanup.8 \
|
|
@@ -294,7 +294,7 @@
|
|
|
|
#endif
|
|
@WANT_RECOVER_TRUE@RECOVER_MAN8_PAGES = amrecover.8
|
|
-@WANT_RESTORE_TRUE@RESTORE_MAN8_PAGES = amrestore.8
|
|
+@WANT_CLIENT_TRUE@RESTORE_MAN8_PAGES = amrestore.8
|
|
man8_MANS = $(COMMON_MAN8_PAGES) \
|
|
$(AMPLOT_MAN8_PAGES) \
|
|
$(SERVER_MAN8_PAGES) \
|