Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 9, 2024
1 parent fe128a8 commit b991d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ help:
.PHONY: help Makefile

prepare:
${SED} -r 's/__QGIS_VERSION__/${QGIS_VERSION}/g; conf.py.in > $(SOURCEDIR)/conf.py
${SED} -r 's/__QGIS_VERSION__/${QGIS_VERSION}/g;' conf.py.in > $(SOURCEDIR)/conf.py

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down

0 comments on commit b991d1d

Please sign in to comment.