diff options
| author | Daniil Baturin <daniil@baturin.org> | 2021-01-15 12:45:21 +0700 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2021-01-15 12:45:21 +0700 |
| commit | f84bd975cedc9a3580d48a523da82a8aa47c46e4 (patch) | |
| tree | e9e8203c7a686ebf4be7a520cec3d2156143d931 /Makefile | |
| parent | b126a213517a769de98c13256ec948deeadbf7f8 (diff) | |
| download | community.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-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,9 +1,5 @@ -.PHONY: assets -assets: - cp -r assets/* build/ - .PHONY: site site: - soupault + soupault ${SOUPAULT_OPTS} -all: site assets +all: site |
