From 7c4f5dc2bf55af224222b77e00a7a13edfc59c21 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 Dec 2021 10:13:49 -1000 Subject: [PATCH] ;examples: move invoicing makefile to subdir --- examples/invoicing/README.md | 1 - examples/invoicing/{ => makefile}/202001ab.md | 0 examples/invoicing/{ => makefile}/Makefile | 0 examples/invoicing/makefile/README.md | 1 + examples/invoicing/{ => makefile}/invoice.css | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename examples/invoicing/{ => makefile}/202001ab.md (100%) rename examples/invoicing/{ => makefile}/Makefile (100%) create mode 100644 examples/invoicing/makefile/README.md rename examples/invoicing/{ => makefile}/invoice.css (100%) diff --git a/examples/invoicing/README.md b/examples/invoicing/README.md index 2dc61d805..c08178f23 100644 --- a/examples/invoicing/README.md +++ b/examples/invoicing/README.md @@ -1,2 +1 @@ Example files related to https://hledger.org/invoicing.html -Adapted from a working setup, not guaranteed to be current or working. diff --git a/examples/invoicing/202001ab.md b/examples/invoicing/makefile/202001ab.md similarity index 100% rename from examples/invoicing/202001ab.md rename to examples/invoicing/makefile/202001ab.md diff --git a/examples/invoicing/Makefile b/examples/invoicing/makefile/Makefile similarity index 100% rename from examples/invoicing/Makefile rename to examples/invoicing/makefile/Makefile diff --git a/examples/invoicing/makefile/README.md b/examples/invoicing/makefile/README.md new file mode 100644 index 000000000..4dae956f8 --- /dev/null +++ b/examples/invoicing/makefile/README.md @@ -0,0 +1 @@ +Scripts adapted from a real-world setup, not guaranteed to be current or working. diff --git a/examples/invoicing/invoice.css b/examples/invoicing/makefile/invoice.css similarity index 100% rename from examples/invoicing/invoice.css rename to examples/invoicing/makefile/invoice.css