Fix docs/Makefile filename renames

This commit is contained in:
Gus Smith 2026-02-24 09:21:48 -08:00
parent 8129586236
commit ba8a0f5adf
1 changed files with 4 additions and 4 deletions

View File

@ -95,9 +95,9 @@ qthelp:
@echo @echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:" ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/SBY.qhcp" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/SymbiYosys.qhcp"
@echo "To view the help file:" @echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/SBY.qhc" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/SymbiYosys.qhc"
.PHONY: applehelp .PHONY: applehelp
applehelp: applehelp:
@ -114,8 +114,8 @@ devhelp:
@echo @echo
@echo "Build finished." @echo "Build finished."
@echo "To view the help file:" @echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/SBY" @echo "# mkdir -p $$HOME/.local/share/devhelp/SymbiYosys"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/SBY" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/SymbiYosys"
@echo "# devhelp" @echo "# devhelp"
.PHONY: epub .PHONY: epub