From 4632896585adee22cdfbcdb059e12abe0298beb6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 9 Jan 2013 01:19:14 +0100 Subject: [PATCH] Upravy Makefiles na novou strukturu webovych stranek --- Makerules | 2 +- all/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makerules b/Makerules index 01aac02..1ddda76 100644 --- a/Makerules +++ b/Makerules @@ -26,7 +26,7 @@ clean:: mostlyclean ifndef CUSTOM_UPLOAD upload:: make $P.pdf - scp -C $P.pdf jabberwock:www/vyuka/ga/ + scp -C $P.pdf jabberwock:www/static/vyuka/ga/ endif .SECONDARY: diff --git a/all/Makefile b/all/Makefile index eed586d..0f267e8 100644 --- a/all/Makefile +++ b/all/Makefile @@ -16,6 +16,6 @@ clean:: upload:: make $P.pdf - scp -C $P.pdf jabberwock:www/vyuka/ga/ + scp -C $P.pdf jabberwock:www/static/vyuka/ga/ ( cd .. && make clean ) # ( cd ../.. && tar czf - --exclude .git ga ) | ssh jabberwock 'cd www/vyuka/ga/ && cat >ga.tar.gz.new && mv ga.tar.gz.new ga.tar.gz' -- 2.39.2