summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xsync-to-pieni2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index dde8304..31f2857 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (7) squeeze; urgency=low
+
+ * Add ~/Templates to sync-to-pieni.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 03 May 2010 19:36:49 +1200
+
liw-automation (6) squeeze; urgency=low
* journal-note: Put temporary files in ~/Journal, so they don't get lost.
diff --git a/sync-to-pieni b/sync-to-pieni
index cc927ef..84facfa 100755
--- a/sync-to-pieni
+++ b/sync-to-pieni
@@ -2,7 +2,7 @@
set -e
-for dir in $HOME/GTD $HOME/Journal/src $HOME/checklists
+for dir in $HOME/GTD $HOME/Journal/src $HOME/checklists $HOME/Templates
do
echo "$dir"
(