[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/public/dons/ -> Makefile (source)

   1  # Authors: Loic Dachary <loic@gnu.org> and Jaime Villate <villate@gnu.org>
   2  #
   3  # XML/XSLT processor (validator)
   4  # -------------------------
   5  #
   6  # sablotron (sabcmd)
   7  # apt-get install sablotron
   8  #
   9  # libxslt + libxml2 (xsltproc)
  10  # http://www.xmlsoft.org/
  11  #
  12  # XML validator
  13  # -------------
  14  # apt-get install rxp
  15  # or
  16  # ftp://ftp.cogsci.ed.ac.uk/pub/richard/rxp-1.2.3.tar.gz
  17  #
  18  XSLTPROC = sabcmd
  19  WGET = wget
  20  XSLTOPTS = \
  21      '$$fsfeurope=$(FSFEUROPE)' \
  22      '$$fsf=$(FSF)' \
  23      '$$gnu=$(GNU)'
  24  
  25  
  26  all: 
  27      $(XSLTPROC) main-eucd.xsl don.xhtml > don.php
  28      $(XSLTPROC) main-eucd.xsl graph.xhtml > graph.php
  29      $(XSLTPROC) main-eucd.xsl donateurs.xhtml > donateurs.php
  30      $(XSLTPROC) main-eucd.xsl depenses.xhtml > depenses.php
  31      $(XSLTPROC) main-eucd.xsl valid.xhtml > valid.php
  32      $(XSLTPROC) main-eucd.xsl erreur.xhtml > erreur.php
  33      $(XSLTPROC) main-eucd.xsl merci.xhtml > merci.php
  34  
  35  get:
  36      rm -f navigation.fr.xsl fsfe-fr.xsl eucd.css
  37      $(WGET) http://eucd.info/eucd.css
  38      $(WGET) http://eucd.info/navigation.fr.xsl
  39      $(WGET) http://eucd.info/fsfe-fr.xsl
  40  


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics