Ticket #16414: Makefile.diff

File Makefile.diff, 1.2 KB (added by Aymeric Augustin, 13 years ago)
  • Makefile

    old new  
    3737        -rm -rf $(BUILDDIR)/*
    3838
    3939html:
    40         $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
     40        $(SPHINXBUILD) -b djangohtml $(ALLSPHINXOPTS) $(BUILDDIR)/html
    4141        @echo
    4242        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
    4343
     
    7272        @echo
    7373        @echo "Build finished; now you can run "qcollectiongenerator" with the" \
    7474              ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
    75         @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/projectname.qhcp"
     75        @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django.qhcp"
    7676        @echo "To view the help file:"
    77         @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/projectname.qhc"
     77        @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django.qhc"
    7878
    7979devhelp:
    8080        $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
    8181        @echo
    8282        @echo "Build finished."
    8383        @echo "To view the help file:"
    84         @echo "# mkdir -p $$HOME/.local/share/devhelp/projectname"
    85         @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/projectname"
     84        @echo "# mkdir -p $$HOME/.local/share/devhelp/django"
     85        @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django"
    8686        @echo "# devhelp"
    8787
    8888epub:
Back to Top