mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Cleanups.
This commit is contained in:
parent
d65ca06a29
commit
c69dc436ce
29 changed files with 104 additions and 1021 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-09-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* texi.css: New. Note that the current vesion of makeinfo has a
|
||||
bug while copying the @import directive. A pacth has been send to
|
||||
upstream.
|
||||
|
||||
2006-09-19 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg.texi: Some restructuring.
|
||||
|
|
|
@ -28,7 +28,7 @@ EXTRA_DIST = DETAILS HACKING TRANSLATE OpenPGP KEYSERVER samplekeys.asc \
|
|||
gnupg-card-architecture.pdf \
|
||||
faq.raw FAQ faq.html gnupg7.texi \
|
||||
opt-homedir.texi see-also-note.texi specify-user-id.texi \
|
||||
$(examples)
|
||||
texi.css $(examples)
|
||||
|
||||
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
|
||||
gnupg-card-architecture.pdf FAQ faq.html
|
||||
|
@ -44,7 +44,7 @@ gnupg_TEXINFOS = \
|
|||
tools.texi debugging.texi glossary.texi contrib.texi gpl.texi \
|
||||
sysnotes.texi gnupg-card-architecture.fig
|
||||
|
||||
AM_MAKEFINFOFLAGS = -I $(srcdir)
|
||||
AM_MAKEINFOFLAGS = -I $(srcdir) --css-include=$(srcdir)/texi.css
|
||||
|
||||
YAT2M_OPTIONS = -I $(srcdir) \
|
||||
--release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard"
|
||||
|
|
|
@ -9,8 +9,8 @@ Everyone knows that software often does not do what it should do and thus
|
|||
there is a need to track down problems. We call this debugging in a
|
||||
reminiscent to the moth jamming a relay in a Mark II box back in 1947.
|
||||
|
||||
Most of the probelsm a merely configuration and user problems but
|
||||
nevertheless there are the most annoying ones and reposnible for may
|
||||
Most of the problems a merely configuration and user problems but
|
||||
nevertheless there are the most annoying ones and reponsible for many
|
||||
gray hairs. We try to give some guidelines here on how to identify and
|
||||
solve the problem at hand.
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@ This is the @cite{The GNU Privacy Guard Manual} (version
|
|||
|
||||
@iftex
|
||||
Published by the Free Software Foundation@*
|
||||
59 Temple Place - Suite 330@*
|
||||
Boston, MA 02111-1307 USA
|
||||
51 Franklin St, Fifth Floor@*
|
||||
Boston, MA 02110-1301 USA
|
||||
@end iftex
|
||||
|
||||
Copyright @copyright{} 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
|
6
doc/texi.css
Normal file
6
doc/texi.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
/* The gnupg.org standard stylesheet. */
|
||||
@import url(/share/site.css);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue