Changeset 26 for trunk/makefile


Ignore:
Timestamp:
10/12/07 11:46:15 (17 years ago)
Author:
pinsard
Message:

improve tools for checking links pb in HTML files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r23 r26  
    77# update : 
    88# $Id$ 
     9# fplod 2007-10-12T09:40:01Z aedon.locean-ipsl.upmc.fr (Darwin) 
     10# add linkcheck 
    911# ++ les dépendences ne marchent pas bien 
    1012# ++ la génération de pdf ne marchent pas bien sans doute à cause des images top 
     
    113115        @echo "$ make html_en" 
    114116        @echo "$ make pdf_en" 
     117        @echo " " 
     118        @echo "Check links before installation : " 
     119        @echo "make htmllinkcheckb" 
     120        @echo " " 
    115121        @echo "Last step = installation" 
    116122        @echo "$ make install" 
     123        @echo " " 
     124        @echo "Check links after installation : " 
     125        @echo "make htmllinkchecka" 
    117126        @echo " " 
    118127        @echo "if you move this product to an other place, " 
     
    126135install : 
    127136        ./install.sh -w $(DIRWWW) -p $(DIRPUBLISH) 
    128  
    129137clean : 
    130138        -@rm -fr $(DIRWWW)/ 
     
    154162        -@rm -f $(DIRTMP)/template_db.xml 
    155163 
     164htmllinkcheckb : 
     165        @linkchecker.sh -d $(DIRWWW) 
     166 
     167htmllinkchecka : 
     168        @linkchecker.sh -d $(DIRPUBLISH) 
     169 
    156170html_en : \ 
    157171$(DIRWWW)/en/one/bibnemomain.php \ 
Note: See TracChangeset for help on using the changeset viewer.