Skip to content

Commit

Permalink
Use the new url format and add file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
benpjohnson committed Mar 29, 2016
1 parent 64eb1f3 commit da18059
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all: epub mobi

retrieve:
mkdir -p $(out)
cd $(out); for i in $(source); do curl -L -O $$i; done
cd $(out); for i in $(source); do curl -L -O $$i.md; done

postprocess:
sed -i \
Expand Down
10 changes: 5 additions & 5 deletions source-urls.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.md
http://bugsplat.info/2011-07-09-program-your-finances-reporting-for-fun-and-profit.md
http://bugsplat.info/2011-08-04-program-your-finances-vacation-tracking.md
http://bugsplat.info/2011-12-18-program-your-finances-automated-transactions.md
http://bugsplat.info/2012-01-01-a-robust-reporting-system-for-ledger.md
https://www.petekeen.net/keeping-finances-with-ledger
https://www.petekeen.net/program-your-finances-reporting-for-fun-and-profit
https://www.petekeen.net/program-your-finances-vacation-tracking
https://www.petekeen.net/program-your-finances-automated-transactions
https://www.petekeen.net/a-robust-reporting-system-for-ledger

0 comments on commit da18059

Please sign in to comment.