Changeset 1098

Show
Ignore:
Timestamp:
07/08/08 17:23:38 (5 months ago)
Author:
gleu
Message:

Ajout de notify-send dans le script de génération.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/trunk/postgresql/Makefile

    r1077 r1098  
    5353        cd $(BASEDIR); zip -r $(ZIP_OUTPUT) $(HTM_OUTPUT) 
    5454        mv $(BASEDIR)/$(TGZ_OUTPUT) $(BASEDIR)/$(ZIP_OUTPUT) $(BASEDIR)/$(HTM_OUTPUT) 
     55        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation HTML terminee !" 
    5556 
    5657pdf: $(PDF_OUTPUT) 
     
    6566        fop.sh $(BASEDIR)/pg-pdf.fo $(BASEDIR)/$(HTM_OUTPUT)/$(PDF_OUTPUT) 
    6667        rm $(BASEDIR)/pg-pdf.xml $(BASEDIR)/pg-pdf.fo 
     68        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation PDF terminee !" 
    6769 
    6870quickpdf: $(QUICKPDF_OUTPUT) 
     
    8991        sed -i -e "s@text/html@application/xhtml+xml@g"  \ 
    9092          $(BASEDIR)/$(NOCHUNKS_OUTPUT) 
     93        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation HTML nochunks terminee !" 
    9194 
    9295validate: 
    9396        xmllint --noout --nonet --xinclude --postvalid postgres.xml 
     97        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Validation XML terminee !" 
    9498 
    9599INSTALL.html: $(src) 
     
    106110          $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.html 
    107111 
     112        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation INSTALL.html terminee !" 
     113 
    108114INSTALL.txt: INSTALL.html 
    109115        [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 
     
    112118        recode iso-8859-15..utf-8 $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.html 
    113119        recode iso-8859-15..utf-8 $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.txt 
     120        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation INSTALL.txt terminee !" 
    114121 
    115122manpages: psql.1 
     
    123130        tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(MAN_OUTPUT) man 
    124131        rm -r man 
     132        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation pages man terminee !" 
    125133 
    126134htmlhelp: 
     
    130138        mv *.h?? chm 
    131139        tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm 
     140        test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation htmlhelp terminee !"