From bf63b9a3e4fb66a893bee5c11aeb0f022a68e9f8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 5 Mar 2017 15:57:17 +0200 Subject: Tweak dates --- 000.yarn | 2 +- Makefile | 6 ++---- yarnhelper.py | 2 +- yarnhelper_tests.py | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/000.yarn b/000.yarn index a06185f..f85561b 100644 --- a/000.yarn +++ b/000.yarn @@ -1,7 +1,7 @@ --- title: "A Gitano ruleset: tests" author: Lars Wirzenius (liw@liw.fi) -date: 2017-02-04 +date: 2017-02-05 ... Introduction diff --git a/Makefile b/Makefile index b53a685..d7ec39b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,5 @@ yarns.html: yarns.mdwn yarns.pdf: yarns.mdwn qvdoc --output yarns.pdf -d report yarns.mdwn -yarns.mdwn: 000.yarn yarnhelper.py - (cat 000.yarn; \ - printf '\n\n# APPENDIX: yarnhelper.py\n\n'; \ - sed 's/^/ /' yarnhelper.py) > yarns.mdwn +yarns.mdwn: 000.yarn + cp 000.yarn yarns.mdwn diff --git a/yarnhelper.py b/yarnhelper.py index 25c1db1..4cd729a 100644 --- a/yarnhelper.py +++ b/yarnhelper.py @@ -1,4 +1,4 @@ -# Copyright 2016 Lars Wirzenius +# Copyright 2017 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yarnhelper_tests.py b/yarnhelper_tests.py index cd1c9a3..e503dd7 100644 --- a/yarnhelper_tests.py +++ b/yarnhelper_tests.py @@ -1,4 +1,4 @@ -# Copyright 2016 Lars Wirzenius +# Copyright 2017 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1