summaryrefslogtreecommitdiff
path: root/scripts/update-cron.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-cron.sh')
-rwxr-xr-xscripts/update-cron.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/update-cron.sh b/scripts/update-cron.sh
index 69ed492d..a3c1d13d 100755
--- a/scripts/update-cron.sh
+++ b/scripts/update-cron.sh
@@ -10,9 +10,9 @@ update()
make aggregate || return $?
echo
- #echo "make (2007)"
- #env SWAMID_MK_CONFIG=swamid2007.mk make || return $?
- #echo
+ echo "make (2007) web site for backwards compat"
+ env SWAMID_MK_CONFIG=swamid2007.mk make web || return $?
+ echo
echo "make (2016)"
env SWAMID_MK_CONFIG=swamid2016.mk make || return $?