From efffcd22da17f41a3deaee80e298341616b42b0f Mon Sep 17 00:00:00 2001 From: "Eddie Monge Jr." Date: Thu, 12 Jan 2012 14:19:31 -0800 Subject: [PATCH] add docs back to the latest build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21d8ea40..80ae8f1c 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ zip: init css js # ------------------------------------------------- # Push the latest git version to the CDN. This is done on a post commit hook -latest: init css js zip +latest: init css docs js zip # Time to put these on the CDN @@scp -qr ${OUTPUT}/* jqadmin@code.origin.jquery.com:/var/www/html/code.jquery.com/mobile/latest/ # Do some cleanup to wrap it up