]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/commitdiff
add newline and commentary for clarity
authorAlexandre Garand <alexandre.garand@fretlink.com>
Mon, 8 Jul 2019 13:46:38 +0000 (15:46 +0200)
committerAlexandre Garand <alexandre.garand@fretlink.com>
Mon, 8 Jul 2019 13:46:38 +0000 (15:46 +0200)
GNUmakefile
scripts/launch-website.sh

index e31a939a3b607e373c04eb8d6603ddb11bf663ec..c88972dd8763fefbc49ecc6686af240b7b1a6db6 100644 (file)
@@ -48,6 +48,7 @@ test-compile:
 
 website-githubpages:
        bash scripts/launch-website.sh
+
 website:
 ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
        echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
index a6365655b081646062011ee6d221260ec424934d..ec9e92c8634aa22bea9f2b361938f8a0ad9275e4 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 
+#the sleep and the subquery & are here to ensure that wget is called after make website have done its work so that the website is gotten correctly
 (sleep 10;
 wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;