# # # Xobas-Validate # # Copyright (C) 2002-2008 Xobas Software. # All rights reserved. # # This file is part of Xobas-Validate. # # Xobas-Validate is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Xobas-Validate is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Xobas-Validate. If not, see . # # More information is available at the following addresses: # # Website : http://www.prolinga.org # # Email : prolinga-list@prolinga.org # # # Process this file with automake to create Makefile.in # Other files to distribute EXTRA_DIST = version.txt.in \ prolinga-validate.xml \ prolinga-validate-API.xml \ prolinga-validate-userguide.xml \ fdl.xml \ devhelp.xsl \ prolinga.xsl \ prolinga_format.xsl \ html/*.devhelp \ html/*.html \ html/css/*.css \ html/images/*.gif \ html/images/*.png html: fdl.xml \ version.txt \ prolinga-validate.xml \ prolinga-validate-API.xml \ prolinga-validate-userguide.xml \ prolinga.xsl \ prolinga_format.xsl -@( \ echo "Rebuilding the HTML pages from the DocBook XML files." ; \ xsltproc \ --nonet --stringparam gtkdoc.bookname prolinga-validate \ --stringparam chunker.output.doctype-public \ "-//W3C//DTD HTML 4.01 Transitional//EN" \ -o html/index.html \ prolinga.xsl prolinga-validate.xml )