aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-05-09 19:57:39 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:29 +0200
commit4ac2b5ef23accb14e504f7050e8d4f570f71613c (patch)
treea4b1ffefe65e77bdedb0f1ad7d90b1c3bd8b49ad
parentb9e24d2b8000cb16bc4167b684e82667471061ff (diff)
downloadhaunt-blog-4ac2b5ef23accb14e504f7050e8d4f570f71613c.tar.gz
haunt-blog-4ac2b5ef23accb14e504f7050e8d4f570f71613c.tar.bz2
haunt-blog-4ac2b5ef23accb14e504f7050e8d4f570f71613c.zip
Rename convert.py to wordpresshtml2commonmark.py.
The new name reflects more the goal of this script. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--Makefile2
-rwxr-xr-xwordpresshtml2commonmark.py (renamed from convert.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 706de07..2562f87 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ GUIX_COMMIT ?= b25b94335a3ee8d68d2145da8e5ea0325ecea451
GUIX_SHELL ?= guix time-machine --commit=$(GUIX_COMMIT) -- shell -C
GUIX_PYTHON_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh
-CONVERT ?= $(GUIX_SHELL) $(GUIX_PYTHON_PACKAGES) -- python3 convert.py
+CONVERT ?= $(GUIX_SHELL) $(GUIX_PYTHON_PACKAGES) -- python3 wordpresshtml2commonmark.py
HAUNT ?= $(GUIX_SHELL) --with-patch=guile=patches/$(GUILE_PATCH) haunt -- haunt
VENDOR_REPLICANT_ARTWORK_REV ?= fc213d2ca94cef9047d1e4a71c21c4c4c87f349d
diff --git a/convert.py b/wordpresshtml2commonmark.py
index 0d6dad7..0d6dad7 100755
--- a/convert.py
+++ b/wordpresshtml2commonmark.py