summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-01-15 12:45:21 +0700
committerDaniil Baturin <daniil@baturin.org>2021-01-15 12:45:21 +0700
commitf84bd975cedc9a3580d48a523da82a8aa47c46e4 (patch)
treee9e8203c7a686ebf4be7a520cec3d2156143d931 /Makefile
parentb126a213517a769de98c13256ec948deeadbf7f8 (diff)
downloadcommunity.vyos.net-f84bd975cedc9a3580d48a523da82a8aa47c46e4.tar.gz
community.vyos.net-f84bd975cedc9a3580d48a523da82a8aa47c46e4.zip
Simplify building the site locally
by removing the need for make to just build it and limiting the snapshot lister to "live" profile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d30c718..c31d8bb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,5 @@
-.PHONY: assets
-assets:
- cp -r assets/* build/
-
.PHONY: site
site:
- soupault
+ soupault ${SOUPAULT_OPTS}
-all: site assets
+all: site