aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-04-23 17:57:31 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-04-23 18:01:57 +0300
commitd3bce2d7051a24b6beababaae9ecf43ce4f39baa (patch)
tree70e08a5b1461782b1448ea673c25ec04e938bcbb
parenta5855defe5846c1b12425556761e1269489b7105 (diff)
downloadpam-modules-d3bce2d7051a24b6beababaae9ecf43ce4f39baa.tar.gz
pam-modules-d3bce2d7051a24b6beababaae9ecf43ce4f39baa.tar.bz2
minor change
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1c21968..df80bf6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -143,7 +143,7 @@ manual:
TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \
MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS) $(AM_MAKEINFOFLAGS)" \
TEXI2DVI="$(TEXI2DVI) -t @finalout" \
- $(GENDOCS) --no-copy-images $(PACKAGE) '$(PACKAGE_NAME) manual'
+ $(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual'
manual.tar.bz2: manual
tar cfj manual.tar.bz2 manual
diff --git a/doc/html.init b/doc/html.init
index 9523a9d..27c156a 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -149,7 +149,7 @@ my @gray_buttons = (\&gray_document_title, ' ',
'FastBack', ' ', 'Up', ' ', 'FastForward', ' ',
'Contents', 'Index' );
-set_from_init_file('TOP_BUTTONS', \@gray_buttons);
+set_from_init_file('TOP_BUTTONS', undef);
set_from_init_file('SECTION_BUTTONS', \@gray_buttons);
set_from_init_file('CHAPTER_BUTTONS', \@gray_buttons);
set_from_init_file('NODE_FOOTER_BUTTONS', \@gray_buttons);

Return to:

Send suggestions and report system problems to the System administrator.