Skip to content

Commit

Permalink
edited makefile with new name
Browse files Browse the repository at this point in the history
  • Loading branch information
rioualen committed Jun 29, 2017
1 parent 8de3e70 commit bc808ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/GeneRegulation.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/SnakeChunks.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/GeneRegulation.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/SnakeChunks.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/GeneRegulation"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GeneRegulation"
@echo "# mkdir -p $$HOME/.local/share/devhelp/SnakeChunks"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/SnakeChunks"
@echo "# devhelp"

epub:
Expand Down
14 changes: 7 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# GeneRegulation documentation build configuration file, created by
# SnakeChunks documentation build configuration file, created by
# sphinx-quickstart on Tue Mar 14 14:04:28 2017.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -59,7 +59,7 @@
master_doc = 'index'

# General information about the project.
project = u'GeneRegulation'
project = u'SnakeChunks'
copyright = u'2017, Claire Rioualen, Jacques van Helden'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -207,7 +207,7 @@
#html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'GeneRegulationdoc'
htmlhelp_basename = 'SnakeChunksdoc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -227,7 +227,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'GeneRegulation.tex', u'GeneRegulation Documentation',
('index', 'SnakeChunks.tex', u'SnakeChunks Documentation',
u'Claire Rioualen, Jacques van Helden', 'manual'),
]

Expand Down Expand Up @@ -257,7 +257,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'generegulation', u'GeneRegulation Documentation',
('index', 'SnakeChunks', u'SnakeChunks Documentation',
[u'Claire Rioualen, Jacques van Helden'], 1)
]

Expand All @@ -271,8 +271,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'GeneRegulation', u'GeneRegulation Documentation',
u'Claire Rioualen, Jacques van Helden', 'GeneRegulation', 'One line description of project.',
('index', 'SnakeChunks', u'SnakeChunks Documentation',
u'Claire Rioualen, Jacques van Helden', 'SnakeChunks', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
4 changes: 2 additions & 2 deletions doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ if "%1" == "qthelp" (
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GeneRegulation.qhcp
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\SnakeChunks.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\GeneRegulation.ghc
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\SnakeChunks.ghc
goto end
)

Expand Down

0 comments on commit bc808ad

Please sign in to comment.