X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/cefecac12cd3c70f9c7a30992c60b05c2eb5d34e..7a5c1cfe93924351387b44919b3c0b2f66c4b883:/docs/Makefile diff --git a/docs/Makefile b/docs/Makefile index a7159ff45..1a8e3cb1c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -85,17 +85,17 @@ qthelp: @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/youtube-dlc.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/yt-dlp.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/youtube-dlc.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/yt-dlp.qhc" devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/youtube-dlc" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/youtube-dlc" + @echo "# mkdir -p $$HOME/.local/share/devhelp/yt-dlp" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/yt-dlp" @echo "# devhelp" epub: