Changeset 43


Ignore:
Timestamp:
11/22/07 10:58:55 (17 years ago)
Author:
pinsard
Message:

improve multiple html production

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r42 r43  
    44# update : 
    55# $Id$ 
     6# fplod 2007-11-22T09:57:16Z aedon.locean-ipsl.upmc.fr (Darwin) 
     7# replace --output parameter by --stringparam base.dir  
     8# according to Bob Stayton recommandation in  
     9# http://lists.oasis-open.org/archives/docbook-apps/200711/msg00095.html 
    610# fplod 2007-10-12T09:40:01Z aedon.locean-ipsl.upmc.fr (Darwin) 
    711# add linkcheck 
    8 # ++ les dépendences ne marchent pas bien 
    912# ++ la génération de pdf ne marchent pas bien sans doute à cause des images top 
    1013# fplod 2007-09-28T08:56:17Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    105108        @echo " " 
    106109        @echo "Check links before installation : " 
    107         @echo "make htmllinkcheckb" 
     110        @echo "\$$ make htmllinkcheckb" 
    108111        @echo " " 
    109112        @echo "Last step = installation" 
     
    111114        @echo " " 
    112115        @echo "Check links after installation : " 
    113         @echo "make htmllinkchecka" 
     116        @echo "\$$ make htmllinkchecka" 
    114117        @echo " " 
    115118        @echo "if you move this product to an other place, " 
     
    275278        $(XSLPARAMHTML) \ 
    276279        --param html.ext "'.php'" \ 
    277         --output $@ \ 
     280        --param base.dir "'$@'" \ 
    278281        $(DIRSRC)/$(PRODUCT)many02_html.xsl \ 
    279282        $(DIRTMP)/bibliomany02.xml 
     
    301304        @xsltproc \ 
    302305        $(XSLPARAMHTML) \ 
    303         --output $@ \ 
     306        --param base.dir "'$@'" \ 
    304307        $(DIRSRC)/$(PRODUCT)many01_html.xsl \ 
    305308        $(DIRTMP)/bibliomany01.xml 
Note: See TracChangeset for help on using the changeset viewer.