mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
gnupg.ps build fixes.
This commit is contained in:
parent
d5052fd228
commit
1db69a88c7
@ -1,3 +1,9 @@
|
|||||||
|
2007-05-08 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gnupg.texi: Moved the logo for HTML more to the top.
|
||||||
|
* Makefile.am (install-html-local): New.
|
||||||
|
(DVIPS): Redefine to include srcdir.
|
||||||
|
|
||||||
2007-05-04 Werner Koch <wk@g10code.com>
|
2007-05-04 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gnupg.texi (Top): Fix typo and a grammar issue.
|
* gnupg.texi (Top): Fix typo and a grammar issue.
|
||||||
|
@ -44,6 +44,8 @@ gnupg_TEXINFOS = \
|
|||||||
tools.texi debugging.texi glossary.texi contrib.texi gpl.texi \
|
tools.texi debugging.texi glossary.texi contrib.texi gpl.texi \
|
||||||
sysnotes.texi gnupg-card-architecture.fig
|
sysnotes.texi gnupg-card-architecture.fig
|
||||||
|
|
||||||
|
DVIPS = TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" dvips
|
||||||
|
|
||||||
AM_MAKEINFOFLAGS = -I $(srcdir) --css-include=$(srcdir)/texi.css
|
AM_MAKEINFOFLAGS = -I $(srcdir) --css-include=$(srcdir)/texi.css
|
||||||
|
|
||||||
YAT2M_OPTIONS = -I $(srcdir) \
|
YAT2M_OPTIONS = -I $(srcdir) \
|
||||||
@ -132,6 +134,8 @@ $(myman_pages) gnupg.7 : yat2m-stamp
|
|||||||
gnupg.texi : $(gnupg_TEXINFOS)
|
gnupg.texi : $(gnupg_TEXINFOS)
|
||||||
touch $(srcdir)/gnupg.texi
|
touch $(srcdir)/gnupg.texi
|
||||||
|
|
||||||
|
install-html-local:
|
||||||
|
cp $(srcdir)/gnupg-logo.png gnupg.html/
|
||||||
|
|
||||||
online: gnupg.html gnupg.pdf
|
online: gnupg.html gnupg.pdf
|
||||||
set -e; \
|
set -e; \
|
||||||
|
@ -104,6 +104,10 @@ section entitled ``Copying''.
|
|||||||
@page
|
@page
|
||||||
@end ifnothtml
|
@end ifnothtml
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@center @image{gnupg-logo,6cm,,The GnuPG Logo}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
@ifnottex
|
@ifnottex
|
||||||
@node Top
|
@node Top
|
||||||
@top
|
@top
|
||||||
@ -136,12 +140,6 @@ the administration and the architecture.
|
|||||||
* Index:: Index of concepts and symbol names.
|
* Index:: Index of concepts and symbol names.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@ifhtml
|
|
||||||
|
|
||||||
@center @image{gnupg-logo,6cm,,The GnuPG Logo}
|
|
||||||
|
|
||||||
@end ifhtml
|
|
||||||
|
|
||||||
|
|
||||||
@ifhtml
|
@ifhtml
|
||||||
@page
|
@page
|
||||||
|
Loading…
Reference in New Issue
Block a user