Changeset 76 for trunk/makefile


Ignore:
Timestamp:
09/18/08 12:14:27 (16 years ago)
Author:
pinsard
Message:

no more NEMO reference in XSL files; project information (name and home page are in main.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r69 r76  
    44# update : 
    55# $Id$ 
     6# fplod 2008-09-17T15:37:10Z aedon.locean-ipsl.upmc.fr (Darwin) 
     7# parametrization of "affreux sed" 
     8# add test_demo1 and test_nemo1 
    69# fplod 2008-05-07T14:27:55Z aedon.locean-ipsl.upmc.fr (Darwin) 
    710# add test 
     
    7275# the third for me (Françoise) on my home page at LOCEAN 
    7376# http://www.locean-ipsl.upmc.fr/~fplod/superbibdemo/ 
    74 DIRPUBLISH = \ 
    75 none 
    76  
    77 URLPUBLISH = \ 
    78 http://www.locean-ipsl.upmc.fr/~fplod/$(PRODUCT)demo/ 
     77#DIRPUBLISH = \ 
     78#none 
     79 
     80#URLPUBLISH = \ 
     81#http://www.locean-ipsl.upmc.fr/~fplod/$(PRODUCT)demo/ 
    7982 
    8083MAKEDATE = \ 
     
    9497.PHONY : \ 
    9598test \ 
     99test_demo1 \ 
     100test_nemo1 \ 
    96101test_raw \ 
    97102test_raw_demo1 \ 
     
    322327        # affreux sed 
    323328        for file in $(DIRWWW)/en/many/$(PRODUCT)02/*.php; do \ 
    324          sed -f insertphp_many.sed $${file} > $${file}_sed ; \ 
     329         $(DIRSRC)/insertphp.sh -i $${file} -o $${file}_sed \ 
     330         -s $(DIRSRC)/insertphp_many.sed \ 
     331         -d 3; \ 
    325332         mv $${file}_sed $${file} ; \ 
    326333        done 
     
    498505$(DIRTMP)/template_beforesed.php 
    499506        # affreux sed 
    500         @sed -f insertphp_one.sed $(DIRTMP)/template_beforesed.php > \ 
    501         $@ 
     507        @$(DIRSRC)/insertphp.sh -i $(DIRTMP)/template_beforesed.php \ 
     508        -o $@ \ 
     509        -s $(DIRSRC)/insertphp_one.sed \ 
     510        -d 2 
    502511 
    503512$(DIRTMP)/template_beforesed.php : \ 
     
    667676$(DIRSRC)/bibopa.sh 
    668677        $(DIRSRC)/bibopa.sh -p nemo -i $(DIRTMP)/bibnemoall.txt -t raw -l en 
     678 
     679test_demo1 : 
     680        ln -sf $(DIRSRC)/data/bibdemo1_dbk5.xml $(DIRTMP)/biblio.xml 
     681        ln -sf $(DIRSRC)/data/userdemo1.xml $(DIRTMP)/user.xml 
     682        ln -sf $(DIRSRC)/data/usernemo.dtd $(DIRTMP)/user.dtd 
     683        make -f $(DIRSRC)/makefile clean 
     684        make -f $(DIRSRC)/makefile before 
     685        make -f $(DIRSRC)/makefile html 
     686 
     687test_nemo1 : 
     688        ln -sf $(DIRSRC)/data/bibnemo1.xml $(DIRTMP)/biblio.xml 
     689        ln -sf $(DIRSRC)/data/usernemo.xml $(DIRTMP)/user.xml 
     690        ln -sf $(DIRSRC)/data/usernemo.dtd $(DIRTMP)/user.dtd 
     691        make -f $(DIRSRC)/makefile clean 
     692        make -f $(DIRSRC)/makefile before 
     693        make -f $(DIRSRC)/makefile html 
Note: See TracChangeset for help on using the changeset viewer.