Tue, 04 Sep 2018 16:52:30 +0200prepare to move body code into main function
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:52:30 +0200] rev 53
prepare to move body code into main function

Tue, 04 Sep 2018 16:48:59 +0200move python code into new package dir
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:48:59 +0200] rev 52
move python code into new package dir

Thu, 19 Mar 2020 10:42:20 +0100Bump version to 2.6.3.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:42:20 +0100] rev 51
Bump version to 2.6.3.

Thu, 19 Mar 2020 10:41:45 +0100Update copyright year.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:41:45 +0100] rev 50
Update copyright year.

Thu, 27 Oct 2016 14:37:23 +0200Makefile: Add target `install`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 14:37:23 +0200] rev 49
Makefile: Add target `install`.

This makes distribution packagers live even easier.

Tue, 17 Mar 2020 11:29:04 +0100Makefile: Add target `dist`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:29:04 +0100] rev 48
Makefile: Add target `dist`.

Tue, 17 Mar 2020 11:13:21 +0100Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:13:21 +0100] rev 47
Update .hgignore.

Tue, 04 Sep 2018 17:09:43 +0200Add a README.
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 46
Add a README.

Tue, 17 Mar 2020 11:05:51 +0100Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:05:51 +0100] rev 45
Add setup.py, setup.cfg and MANIFEST.in.

Thu, 27 Oct 2016 13:33:48 +0200docs: Include files are always searched at standard location, too.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 13:33:48 +0200] rev 44
docs: Include files are always searched at standard location, too.

This removes the need to specify the location where yml2 was unpacked or
installed as YML_PATH. So this now works:

YML_PATH=/foo ./yml2proc --xml2yml

The standard system location <prefix>/share/yml2 is now always appended to
the include search path. If this path does not exist, the directory one
above the `backend.py` file is added, allowing the same behaviour for
uninstalled yml2.

In the Makefile enforce the .ysl2 files to be searched in the current
directory first.