Changeset 229

Show
Ignore:
Timestamp:
08/02/06 13:33:53 (2 years ago)
Author:
laurentj
Message:

ajout des templates pour phpdoc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r227 r229  
    22PHP=/usr/bin/php 
    33PHPDOC=../../phpdoc/phpdoc 
     4 
     5CURRENT_PATH = $(shell pwd) 
    46 
    57ifndef LIB_VERSION 
     
    147149 
    148150docs: dev-jelix-lib 
    149         $(PHPDOC) -d $(DISTHACKER)/lib/jelix/ -o HTML:Smarty:jelix -t $(DOCS) -ct "contributor,licence" -i *.ini.php -ti "Jelix API Reference" 
     151        $(PHPDOC) -tb $(CURRENT_PATH)/build/phpdoc/ -d $(DISTHACKER)/lib/jelix/ -t $(DOCS) \ 
     152        -o "HTML:Smarty:jelix" -s on -ct "contributor,licence" -i *.ini.php \ 
     153        -ti "Jelix API Reference" -ric "README,INSTALL,CHANGELOG,CREDITS,LICENCE,VERSION" 
Download in other formats: Unified Diff Zip Archive