From 51504e5711d00bbe0419aead97824a4d29e6da0c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 23 Feb 2012 14:47:10 +0000 Subject: [PATCH] NOTES -> NOTES.org --- DEVELOPMENT.md | 2 +- Makefile | 2 +- NOTES => NOTES.org | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename NOTES => NOTES.org (100%) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 345e42d3e..ab56fd312 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -42,7 +42,7 @@ contributors and developers. [hledger-web dev demo](http://demo.hledger.org:5001)
[latest API docs](http://hledger.org/api), - [developer notes](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES), + [developer notes](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES.org), [haddock coverage](http://hledger.org/profs/haddock-coverage), [unit test coverage](http://hledger.org/profs/coverage/hpc_index_fun.html), [benchmark](http://hledger.org/profs/latest.bench), diff --git a/Makefile b/Makefile index aeddcd824..d7f4fa770 100644 --- a/Makefile +++ b/Makefile @@ -814,7 +814,7 @@ showunittestcoverage: # showerrors: # @echo Known errors: -# @awk '/^** errors/, /^** / && !/^** errors/' NOTES | grep '^\*\*\* ' | tail +1 +# @awk '/^** errors/, /^** / && !/^** errors/' NOTES.org | grep '^\*\*\* ' | tail +1 # @echo showunpushedchanges unpushed: diff --git a/NOTES b/NOTES.org similarity index 100% rename from NOTES rename to NOTES.org