aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/debugging.texi4
-rw-r--r--doc/gnupg.texi4
-rw-r--r--doc/texi.css6
5 files changed, 18 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 32330290d..edc8cac99 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-20 Werner Koch <[email protected]>
+
+ * 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 <[email protected]>
* gpg.texi: Some restructuring.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1072b00df..8258e8364 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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"
diff --git a/doc/debugging.texi b/doc/debugging.texi
index 6c696abf2..82c1550b6 100644
--- a/doc/debugging.texi
+++ b/doc/debugging.texi
@@ -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.
diff --git a/doc/gnupg.texi b/doc/gnupg.texi
index 304984bdc..e6744866d 100644
--- a/doc/gnupg.texi
+++ b/doc/gnupg.texi
@@ -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.
diff --git a/doc/texi.css b/doc/texi.css
new file mode 100644
index 000000000..a369abc3e
--- /dev/null
+++ b/doc/texi.css
@@ -0,0 +1,6 @@
+/* The gnupg.org standard stylesheet. */
+ @import url(/share/site.css);
+
+
+
+