From 6662d1cb02d36d7d92eeb4cf3f3659c978633874 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 24 Apr 2013 13:39:13 -0400 Subject: [PATCH] adding website-build-depends Makefile rule to ease figuring out what is needed to build website --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 124f837..de232c7 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,12 @@ all: updatedb upload-website mirmon # Quick one -- just rebuilds html if new changes and adjusts the status of the mirrors refresh: upload-website-stamp mirmon +website-build-depends: + : # Python modules + sudo apt-get install python-sphinx python-argparse python-xdg python-debian + : # JavaScripts + sudo apt-get install libjs-jquery-easing libjs-jquery-mousewheel libjs-jquery-fancybox + pics: $(MAKE) -C artwork -- 2.39.2