]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.2.2: upgrade docbook-xsl
authorOleg Broytman <phd@phdru.name>
Thu, 23 Jan 2014 19:15:06 +0000 (23:15 +0400)
committerOleg Broytman <phd@phdru.name>
Thu, 23 Jan 2014 19:15:06 +0000 (23:15 +0400)
ANNOUNCE
Makefile.4xslt
Makefile.xsltproc
TODO
mimedecode.docbook
mimedecode_version.py

index 673b7b5ca0519bca614f80b00bbaa4c5c3a80840..7f6c01c4e15cf2e1860691579180ce9f85941ac2 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -21,6 +21,8 @@ stdout one-to-one. If the file is a simple RFC822 message it is just decoded as
 one part. If it is a MIME message with multiple parts ("attachments") all parts
 are decoded. Decoding can be controlled by command-line options.
 
+WHAT'S NEW in version 2.2.2 (2014-01-23)
+   Upgrade docbook-xsl.
 
 WHAT'S NEW in version 2.2.1 (2013-12-24)
    Add mk-distr helper.
@@ -48,7 +50,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2001-2013 PhiloSoft Design
+   Copyright (C) 2001-2014 PhiloSoft Design
 
 LICENSE
    GPL
index 6029e4a858aa87c53994049030a391581ae6766b..cfdb9ee0d0e64f9593ed944ae370666536b05998 100644 (file)
@@ -1,4 +1,4 @@
-DOCBOOK_XSL=/usr/local/src/DocBook/docbook-xsl
+DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl
 
 mimedecode.html: mimedecode.docbook Makefile.4xslt
        4xslt $< $(DOCBOOK_XSL)/html/docbook.xsl >$@
index 71e911d5ee198e87a621ee61a4724bbc913c4f63..7b783625b77101c38b7f303ab752dfa2a58da6bd 100644 (file)
@@ -1,4 +1,4 @@
-DOCBOOK_XSL=/usr/local/src/DocBook/docbook-xsl
+DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl
 
 mimedecode.html: mimedecode.docbook Makefile.xsltproc
        xsltproc $(DOCBOOK_XSL)/html/docbook.xsl $< >$@
diff --git a/TODO b/TODO
index da9068dac066a6c807ba657405878984c9709899..bd35fb734dbfde74d734faf07817b0d59ecb70d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1 @@
-Upgrade docbook-xsl.
-
 Forbid filtering stdin to stdout - require one of them to be a file.
index dcd6d4e50af04f9089483bc3a01afffc354eea1d..2b51ec02984f10de7c088f729a3f146f48398160 100644 (file)
@@ -308,7 +308,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>COPYRIGHT</title>
 <para>
-   Copyright (C) 2001-2013 PhiloSoft Design
+   Copyright (C) 2001-2014 PhiloSoft Design
 </para>
 </refsect1>
 
index 958a0b60e5a07098440016bbdd572eaca59aaa5b..dcd0d1f0a6f54dd8c2a4bc9c2af191f2061c7db5 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "2.2.1"
+__version__ = "2.2.2"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design"
 __license__ = "GNU GPL"