mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-26 00:19:52 +03:00
minor change
This commit is contained in:
parent
a5855defe5
commit
d3bce2d705
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue