Skip to content

Commit

Permalink
Fix downloading qrenderer stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 27, 2024
1 parent 3402616 commit 24ed53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ clean: ## Remove build artefacts
readme-images:
cd images; python readme_images.py

download_qrenderer_style: ## Download qrenderer stylesheet
@if [ ! -f $(QRENDERER_STYLE_FILE) ]; then \
echo "Downloading $(QRENDERER_STYLE_FILE)"; \
wget $(QRENDERER_STYLE_URL) -O $(QRENDERER_STYLE_FILE); \
Expand Down

0 comments on commit 24ed53b

Please sign in to comment.