Blame Scripts/Functions/Render/Docbook/docbook_doPostActions.sh

af9bec
#!/bin/bash
af9bec
#
af9bec
# docbook_doPostActions.sh -- This function performs post-rendition
53dad7
# actions for DocBook files. These are the actions that take
53dad7
# base-rendition output as input to producing output from it.
af9bec
#
2fe9b7
# Copyright (C) 2009, 2010, 2011 The CentOS Project
af9bec
#
af9bec
# This program is free software; you can redistribute it and/or modify
af9bec
# it under the terms of the GNU General Public License as published by
2fe9b7
# the Free Software Foundation; either version 2 of the License, or (at
2fe9b7
# your option) any later version.
af9bec
#
af9bec
# This program is distributed in the hope that it will be useful, but
af9bec
# WITHOUT ANY WARRANTY; without even the implied warranty of
af9bec
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
af9bec
# General Public License for more details.
af9bec
#
af9bec
# You should have received a copy of the GNU General Public License
af9bec
# along with this program; if not, write to the Free Software
af9bec
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
af9bec
#
af9bec
# ----------------------------------------------------------------------
af9bec
# $Id$
af9bec
# ----------------------------------------------------------------------
af9bec
af9bec
function docbook_doPostActions {
af9bec
6546ad
    ${RENDER_BACKEND}_convertToText
af9bec
af9bec
}