Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3276 Rev 3290
Line 2... Line 2...
#  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#  SLEPc - Scalable Library for Eigenvalue Problem Computations
#  SLEPc - Scalable Library for Eigenvalue Problem Computations
#  Copyright (c) 2002-2012, Universitat Politecnica de Valencia, Spain
#  Copyright (c) 2002-2012, Universitat Politecnica de Valencia, Spain
#
#
#  This file is part of SLEPc.
#  This file is part of SLEPc.
#
#
#  SLEPc is free software: you can redistribute it and/or modify it under  the
#  SLEPc is free software: you can redistribute it and/or modify it under  the
#  terms of version 3 of the GNU Lesser General Public License as published by
#  terms of version 3 of the GNU Lesser General Public License as published by
#  the Free Software Foundation.
#  the Free Software Foundation.
#
#
#  SLEPc  is  distributed in the hope that it will be useful, but WITHOUT  ANY
#  SLEPc  is  distributed in the hope that it will be useful, but WITHOUT  ANY
#  WARRANTY;  without even the implied warranty of MERCHANTABILITY or  FITNESS
#  WARRANTY;  without even the implied warranty of MERCHANTABILITY or  FITNESS
#  FOR  A  PARTICULAR PURPOSE. See the GNU Lesser General Public  License  for
#  FOR  A  PARTICULAR PURPOSE. See the GNU Lesser General Public  License  for
#  more details.
#  more details.
#
#
#  You  should have received a copy of the GNU Lesser General  Public  License
#  You  should have received a copy of the GNU Lesser General  Public  License
#  along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
#  along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
#  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Line 36... Line 36...
	  ${DOCTEXT} -html \
	  ${DOCTEXT} -html \
		-mpath ${LOC}/docs/manualpages/${MANSEC} -heading SLEPc \
		-mpath ${LOC}/docs/manualpages/${MANSEC} -heading SLEPc \
		-defn ${SLEPC_DIR}/src/docs/tex/doctext/html.def \
		-defn ${SLEPC_DIR}/src/docs/tex/doctext/html.def \
		-locdir ${LOCDIR} -mapref ${LOC}/docs/manualpages/manualpages.cit \
		-locdir ${LOCDIR} -mapref ${LOC}/docs/manualpages/manualpages.cit \
		${SOURCEC} ${SOURCEH}; \
		${SOURCEC} ${SOURCEH}; \
		chmod -f g+w ${LOC}/docs/manualpages/${MANSEC}/* ; fi
		chmod -f g+w ${LOC}/docs/manualpages/${MANSEC}/* ; fi
 
 
slepc_manexamples:
slepc_manexamples:
	-@base=`basename ${LOCDIR}`; \
	-@base=`basename ${LOCDIR}`; \
        if [ "$${base}" = "tutorials" ] ; then \
        if [ "$${base}" = "tutorials" ] ; then \
          echo "Generating manual example links" ; \
          echo "Generating manual example links" ; \