Merge branch 'development'
[django-tables2.git] / docs / Makefile
index 4dab0d95807f53e9d57880c7fca4694e107fb370..0d39543450358d69e27706daa041248f21ca3f27 100644 (file)
@@ -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: