summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/sd-publish-all2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index db1a416..0febcdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.13) squeeze; urgency=low
+
+ * sd-publish-all: publish html as well
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 21 Apr 2011 17:46:43 +0100
+
liw-automation (8.12) squeeze; urgency=low
* Fix asd to work with git.
diff --git a/scripts/sd-publish-all b/scripts/sd-publish-all
index 9f42ff0..5fd0f22 100755
--- a/scripts/sd-publish-all
+++ b/scripts/sd-publish-all
@@ -6,7 +6,7 @@ cd $HOME
while read dirname remote
do
echo "$dirname"
- SD_REPO="$dirname" sd publish --to "$remote"
+ SD_REPO="$dirname" sd publish --html --to "$remote"
echo
done < $HOME/.sd-publish-all.conf