From: Paul Mangan Date: Tue, 24 Jan 2006 10:57:46 +0000 (+0000) Subject: 2006-01-24 [paul] 1.9.100cvs183 X-Git-Tag: rel_2_0_0~20 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=287a0ede0f2b3326139b20965c0907d06416cbd6 2006-01-24 [paul] 1.9.100cvs183 * manual/glossary.xml fix id name * manual/dist/html/Makefile.am * manual/dist/pdf/Makefile.am * manual/dist/ps/Makefile.am * manual/dist/txt/Makefile.am fix make deps Thanks to Colin --- diff --git a/ChangeLog b/ChangeLog index 568fb3c71..b0dc2097c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-01-24 [paul] 1.9.100cvs183 + + * manual/glossary.xml + fix id name + * manual/dist/html/Makefile.am + * manual/dist/pdf/Makefile.am + * manual/dist/ps/Makefile.am + * manual/dist/txt/Makefile.am + fix make deps + Thanks to Colin + 2006-01-24 [mones] 1.9.100cvs182 * manual/glossary.xml diff --git a/PATCHSETS b/PATCHSETS index 5eee59f9e..96d4ab279 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1166,3 +1166,4 @@ ( cvs diff -u -r 1.382.2.228 -r 1.382.2.229 src/compose.c; cvs diff -u -r 1.9.2.35 -r 1.9.2.36 src/gtk/gtkaspell.c; ) > 1.9.100cvs180.patchset ( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/dist/html/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/dist/pdf/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/dist/ps/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/dist/txt/Makefile.am; cvs diff -u -r 1.274.2.91 -r 1.274.2.92 src/mainwindow.c; ) > 1.9.100cvs181.patchset ( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/glossary.xml; ) > 1.9.100cvs182.patchset +( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/glossary.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/dist/html/Makefile.am; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/dist/pdf/Makefile.am; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/dist/ps/Makefile.am; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/dist/txt/Makefile.am; ) > 1.9.100cvs183.patchset diff --git a/configure.ac b/configure.ac index 510f4e7bb..e384c8f1d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=100 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=182 +EXTRA_VERSION=183 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/manual/dist/html/Makefile.am b/manual/dist/html/Makefile.am index f1afa9af4..bf51a6dbd 100644 --- a/manual/dist/html/Makefile.am +++ b/manual/dist/html/Makefile.am @@ -2,7 +2,20 @@ EXTRA_DIST=sylpheed-claws-manual.html manualen_DATA=sylpheed-claws-manual.html manualendir=$(manualdir)/en -sylpheed-claws-manual.html: +sylpheed-claws-manual.html: \ + ../../account.xml \ + ../../ack.xml \ + ../../addrbook.xml \ + ../../advanced.xml \ + ../../faq.xml \ + ../../glossary.xml \ + ../../gpl.xml \ + ../../handling.xml \ + ../../intro.xml \ + ../../keyboard.xml \ + ../../plugins.xml \ + ../../starting.xml \ + ../../sylpheed-claws-manual.xml -docbook2html -u -o . ../../sylpheed-claws-manual.xml clean: diff --git a/manual/dist/pdf/Makefile.am b/manual/dist/pdf/Makefile.am index 1ac0ba434..7dd2bfde7 100644 --- a/manual/dist/pdf/Makefile.am +++ b/manual/dist/pdf/Makefile.am @@ -2,7 +2,20 @@ EXTRA_DIST=sylpheed-claws-manual.pdf manualen_DATA=sylpheed-claws-manual.pdf manualendir=$(manualdir)/en -sylpheed-claws-manual.pdf: +sylpheed-claws-manual.pdf: \ + ../../account.xml \ + ../../ack.xml \ + ../../addrbook.xml \ + ../../advanced.xml \ + ../../faq.xml \ + ../../glossary.xml \ + ../../gpl.xml \ + ../../handling.xml \ + ../../intro.xml \ + ../../keyboard.xml \ + ../../plugins.xml \ + ../../starting.xml \ + ../../sylpheed-claws-manual.xml -docbook2pdf -d ../../dtd/manual.dsl -o . ../../sylpheed-claws-manual.xml clean: diff --git a/manual/dist/ps/Makefile.am b/manual/dist/ps/Makefile.am index bcdf73012..d1b51b1cc 100644 --- a/manual/dist/ps/Makefile.am +++ b/manual/dist/ps/Makefile.am @@ -2,7 +2,20 @@ EXTRA_DIST=sylpheed-claws-manual.ps manualen_DATA=sylpheed-claws-manual.ps manualendir=$(manualdir)/en -sylpheed-claws-manual.ps: +sylpheed-claws-manual.ps: \ + ../../account.xml \ + ../../ack.xml \ + ../../addrbook.xml \ + ../../advanced.xml \ + ../../faq.xml \ + ../../glossary.xml \ + ../../gpl.xml \ + ../../handling.xml \ + ../../intro.xml \ + ../../keyboard.xml \ + ../../plugins.xml \ + ../../starting.xml \ + ../../sylpheed-claws-manual.xml -docbook2ps -o . ../../sylpheed-claws-manual.xml clean: diff --git a/manual/dist/txt/Makefile.am b/manual/dist/txt/Makefile.am index 354b5b548..d5850ff25 100644 --- a/manual/dist/txt/Makefile.am +++ b/manual/dist/txt/Makefile.am @@ -2,7 +2,20 @@ EXTRA_DIST=sylpheed-claws-manual.txt manualen_DATA=sylpheed-claws-manual.txt manualendir=$(manualdir)/en -sylpheed-claws-manual.txt: +sylpheed-claws-manual.txt: \ + ../../account.xml \ + ../../ack.xml \ + ../../addrbook.xml \ + ../../advanced.xml \ + ../../faq.xml \ + ../../glossary.xml \ + ../../gpl.xml \ + ../../handling.xml \ + ../../intro.xml \ + ../../keyboard.xml \ + ../../plugins.xml \ + ../../starting.xml \ + ../../sylpheed-claws-manual.xml -docbook2txt -o . ../../sylpheed-claws-manual.xml clean: diff --git a/manual/glossary.xml b/manual/glossary.xml index 730af3118..0a2681586 100644 --- a/manual/glossary.xml +++ b/manual/glossary.xml @@ -184,7 +184,7 @@ Sent a received mail to other recipient which is not the sender. --> H - + Headers (message)