aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f23e23..32ada58 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
CURL ?= curl
-BLOG_URL ?= https://blog.replicant.us/page
+WORDPRESS_BLOG_URL ?= https://blog.replicant.us/page
# gnu: guile-next: Update to commit 3b76a30.
GUIX_COMMIT ?= b1365a032613e7756aca892a7422fda0b26b0627
@@ -145,7 +145,7 @@ wordpress/pages:
mkdir -p $@
wordpress/pages/replicant_blog_page_%.html: wordpress/pages
- $(CURL) $(BLOG_URL)/$(subst replicant_blog_page_,,$*)/ -o $@
+ $(CURL) $(WORDPRESS_BLOG_URL)/$(subst replicant_blog_page_,,$*)/ -o $@
generate-wordpress-articles: build
$(GUIX_SHELL) -C $(GUIX_PYTHON_PACKAGES) \