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

af9bec
#!/bin/bash
af9bec
#
af9bec
# docbook_doPostActions.sh -- This function performs post-rendition
af9bec
# actions for DocBook files.
af9bec
#
af9bec
# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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
af9bec
# the Free Software Foundation; either version 2 of the License, or (at
af9bec
# 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
af9bec
    # Presently, there is no post-rendition action for DocBook base
af9bec
    # rendition but the function should exist for consistency with
af9bec
    # other backends.
af9bec
    return
af9bec
af9bec
}