fef4dd5ae3
o PR 17427 was partly used for the split o PR 18872 was partly used to request plotting (gnuplot) if wanted. o PR 21218 was used for --with-buffered-dump o PR 22258 was also used for requesting plotting PR: 17427 18872 21218 22258 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Submitted by: Matt Braithwaite <mab@lathian.com> Submitted by: Brad Huntting <huntting@glarp.com> Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
21 lines
692 B
Plaintext
21 lines
692 B
Plaintext
--- 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 = @WANT_RECOVER_TRUE@amrecover.8
|
|
|
|
-@WANT_RESTORE_TRUE@RESTORE_MAN_PAGES = @WANT_RESTORE_TRUE@amrestore.8
|
|
+@WANT_CLIENT_TRUE@RESTORE_MAN_PAGES = @WANT_CLIENT_TRUE@amrestore.8
|
|
|
|
# not autoconf-generated:
|
|
EXTRA_DIST = amplot.8 amrestore.8 amtape.8
|