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
This commit is contained in:
parent
cd6922fb3d
commit
287a0ede0f
8 changed files with 70 additions and 6 deletions
11
ChangeLog
11
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
||||
|
|
15
manual/dist/html/Makefile.am
vendored
15
manual/dist/html/Makefile.am
vendored
|
@ -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:
|
||||
|
|
15
manual/dist/pdf/Makefile.am
vendored
15
manual/dist/pdf/Makefile.am
vendored
|
@ -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:
|
||||
|
|
15
manual/dist/ps/Makefile.am
vendored
15
manual/dist/ps/Makefile.am
vendored
|
@ -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:
|
||||
|
|
15
manual/dist/txt/Makefile.am
vendored
15
manual/dist/txt/Makefile.am
vendored
|
@ -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:
|
||||
|
|
|
@ -184,7 +184,7 @@ Sent a received mail to other recipient which is not the sender.
|
|||
-->
|
||||
<variablelist>
|
||||
<title>H</title>
|
||||
<varlistentry id="gt_headers_message">
|
||||
<varlistentry id="gt_headers">
|
||||
<term>
|
||||
Headers (message)
|
||||
</term>
|
||||
|
|
Loading…
Reference in a new issue