Unverified Commit 204fb6f7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix issue with standalone anchor_check

parent 30444b34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ fetch:
anchor_check : $(ANCHORCHECK)
	@(\
		. $(VENV)/bin/activate ;\
		rst_anchor_check src/*.txt ;\
		rst_anchor_check src/*.rst ;\
		deactivate ;\
	)