21 lines
655 B
Text
21 lines
655 B
Text
--- man/Makefile.in.orig Sat Nov 25 09:02:01 2000
|
|
+++ man/Makefile.in Wed Jan 31 06:45:07 2001
|
|
@@ -151,7 +151,7 @@
|
|
|
|
@WANT_AMPLOT_TRUE@AMPLOT_MAN_PAGES = @WANT_AMPLOT_TRUE@amplot.8
|
|
|
|
-COMMON_MAN_PAGES = amanda.8
|
|
+@WANT_CLIENT_TRUE@COMMON_MAN_PAGES = @WANT_CLIENT_TRUE@amanda.8
|
|
|
|
@WANT_SERVER_TRUE@SERVER_MAN_PAGES = @WANT_SERVER_TRUE@amadmin.8 \
|
|
@WANT_SERVER_TRUE@ amcheck.8 \
|
|
@@ -171,7 +171,7 @@
|
|
|
|
@WANT_RECOVER_TRUE@RECOVER_MAN_PAGES = amrecover.8
|
|
|
|
-@WANT_RESTORE_TRUE@RESTORE_MAN_PAGES = amrestore.8
|
|
|
|
+@WANT_CLIENT_TRUE@RESTORE_MAN_PAGES = @WANT_CLIENT_TRUE@amrestore.8
|
|
|
|
# not autoconf-generated:
|
|
EXTRA_DIST = amplot.8 amrestore.8 amtape.8
|