[ Index ]
 

Code source de Kupu-1.3.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/widgeteer/ -> Makefile (source)

   1  ##############################################################################
   2  #
   3  # Copyright (c) 2003-2005 Kupu Contributors. All rights reserved.
   4  #
   5  # This software is distributed under the terms of the Kupu
   6  # License. See LICENSE.txt for license text. For a list of Kupu
   7  # Contributors see CREDITS.txt.
   8  #
   9  ##############################################################################
  10  
  11  # $Id: Makefile 15880 2005-08-09 22:56:43Z guido $
  12  
  13  XSLTPROC = /usr/bin/env xsltproc
  14  XSL_DEBUG = --param debug true\(\)
  15  XSLTPROC_PARAMS = --nonet --novalid --xinclude
  16  XSL_FILE = ../make.xsl
  17  
  18  all: clean dist
  19  
  20  dist:
  21      $(XSLTPROC) $(XSLTPROC_PARAMS) -o ../common/kupu-widgeteer.html $(XSL_FILE) dist.kupu
  22  
  23  clean:
  24      rm -f ../common/kupu-widgeteer.html
  25  


Généré le : Sun Feb 25 15:30:41 2007 par Balluche grâce à PHPXref 0.7