X-Git-Url: http://git.tremily.us/?p=django-tables2.git;a=blobdiff_plain;f=docs%2FMakefile;fp=docs%2FMakefile;h=0d39543450358d69e27706daa041248f21ca3f27;hp=4dab0d95807f53e9d57880c7fca4694e107fb370;hb=cf7f48adbafd87e7b538c1631cd6c9fadd93bb3c;hpb=5d74c7ef6a6a528f22bac58746677e20c6fc24b8 diff --git a/docs/Makefile b/docs/Makefile index 4dab0d9..0d39543 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -72,17 +72,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/django-tables.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django-tables2.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django-tables.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django-tables2.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/django-tables" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django-tables" + @echo "# mkdir -p $$HOME/.local/share/devhelp/django-tables2" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django-tables2" @echo "# devhelp" epub: