summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-05 15:57:17 +0200
committerLars Wirzenius <liw@liw.fi>2017-03-05 15:57:17 +0200
commitbf63b9a3e4fb66a893bee5c11aeb0f022a68e9f8 (patch)
tree4e251fe5644b5c510b53c1260ca6261fc5caf5ad
parentaedc54b482f91072f5870bc45d243688a5b6d97a (diff)
downloadgit.liw.fi-ruleset-tests-bf63b9a3e4fb66a893bee5c11aeb0f022a68e9f8.tar.gz
Tweak dates
-rw-r--r--000.yarn2
-rw-r--r--Makefile6
-rw-r--r--yarnhelper.py2
-rw-r--r--yarnhelper_tests.py2
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