# # # ProLinga-Doc # # Copyright (C) 2002-2009 Xobas Software. # All rights reserved. # # This file is part of ProLinga-Doc. # # ProLinga-Doc 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. # # ProLinga-Doc 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 ProLinga-Doc. 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 docdir = $(datadir)/doc/prolinga-doc-${VERSION}/reference doc_DATA = version.txt \ $(srcdir)/*.xml htmldir = $(datadir)/doc/prolinga-doc-${VERSION}/reference/html html_DATA = $(srcdir)/html/*.devhelp \ $(srcdir)/html/*.html cssdir = $(datadir)/doc/prolinga-doc-${VERSION}/reference/html/css css_DATA = $(srcdir)/html/css/*.css imagesdir = $(datadir)/doc/prolinga-doc-${VERSION}/reference/html/images images_DATA = $(srcdir)/html/images/*.gif \ $(srcdir)/html/images/*.png EXTRA_DIST = $(srcdir)/version.txt.in \ version_local.txt \ $(srcdir)/*.xml \ $(srcdir)/html/*.devhelp \ $(srcdir)/html/*.html \ $(srcdir)/html/css/*.css \ $(srcdir)/html/images/*.gif \ $(srcdir)/html/images/*.png html html/*.devhelp: ../fdl.xml version.txt prolinga-reference.xml ../prolinga.xsl ../prolinga_format.xsl -@( \ echo "Rebuilding the HTML pages from the DocBook XML files." ; \ xsltproc \ --nonet --stringparam gtkdoc.bookname prolinga-reference \ --stringparam chunker.output.doctype-public \ "-//W3C//DTD HTML 4.01 Transitional//EN" \ -o html/index.html \ $(srcdir)/../prolinga.xsl $(srcdir)/prolinga-reference.xml )