diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,7 +15,11 @@ CURL ?= curl BLOG_URL ?= https://blog.replicant.us/page -CONVERT ?= guix shell python python-beautifulsoup4 python-html2text -- python3 convert.py +CONVERT ?= guix shell \ + python python-beautifulsoup4 \ + python-html2text \ + python-sh \ + -- python3 convert.py SENTINEL = |
