Skip to content

Commit

Permalink
Update year 2012 -> 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed May 11, 2013
1 parent 23dcae1 commit 54e1289
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LICENSE: MPI for Python
:Address: CCT CONICET, 3000 Santa Fe, Argentina


Copyright (c) 2012, Lisandro Dalcin.
Copyright (c) 2013, Lisandro Dalcin.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions docs/source/usrman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,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/PETScforPython.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/MPIforPython.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/PETScforPython.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/MPIforPython.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/PETScforPython"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/PETScforPython"
@echo "# mkdir -p $$HOME/.local/share/devhelp/MPIforPython"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/MPIforPython"
@echo "# devhelp"

epub:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/usrman/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# MPI for Python documentation build configuration file, created by
# sphinx-quickstart on Mon Jul 23 13:42:07 2012.
# sphinx-quickstart on Sat May 11 08:44:19 2013.
#
# This file is execfile()d with the current directory set to its containing dir.
#
Expand Down Expand Up @@ -45,7 +45,7 @@

# General information about the project.
project = u'MPI for Python'
copyright = u'2012, Lisandro Dalcin'
copyright = u'2013, Lisandro Dalcin'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
4 changes: 2 additions & 2 deletions docs/source/usrman/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,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\PETScforPython.qhcp
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\MPIforPython.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\PETScforPython.ghc
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\MPIforPython.ghc
goto end
)

Expand Down

0 comments on commit 54e1289

Please sign in to comment.