Changeset 1098
- Timestamp:
- 07/08/08 17:23:38 (5 months ago)
- Files:
-
- traduc/trunk/postgresql/Makefile (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/postgresql/Makefile
r1077 r1098 53 53 cd $(BASEDIR); zip -r $(ZIP_OUTPUT) $(HTM_OUTPUT) 54 54 mv $(BASEDIR)/$(TGZ_OUTPUT) $(BASEDIR)/$(ZIP_OUTPUT) $(BASEDIR)/$(HTM_OUTPUT) 55 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation HTML terminee !" 55 56 56 57 pdf: $(PDF_OUTPUT) … … 65 66 fop.sh $(BASEDIR)/pg-pdf.fo $(BASEDIR)/$(HTM_OUTPUT)/$(PDF_OUTPUT) 66 67 rm $(BASEDIR)/pg-pdf.xml $(BASEDIR)/pg-pdf.fo 68 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation PDF terminee !" 67 69 68 70 quickpdf: $(QUICKPDF_OUTPUT) … … 89 91 sed -i -e "s@text/html@application/xhtml+xml@g" \ 90 92 $(BASEDIR)/$(NOCHUNKS_OUTPUT) 93 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation HTML nochunks terminee !" 91 94 92 95 validate: 93 96 xmllint --noout --nonet --xinclude --postvalid postgres.xml 97 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Validation XML terminee !" 94 98 95 99 INSTALL.html: $(src) … … 106 110 $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.html 107 111 112 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation INSTALL.html terminee !" 113 108 114 INSTALL.txt: INSTALL.html 109 115 [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) … … 112 118 recode iso-8859-15..utf-8 $(BASEDIR)/$(HTM_OUTPUT)/INSTALL.html 113 119 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 !" 114 121 115 122 manpages: psql.1 … … 123 130 tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(MAN_OUTPUT) man 124 131 rm -r man 132 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation pages man terminee !" 125 133 126 134 htmlhelp: … … 130 138 mv *.h?? chm 131 139 tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm 140 test -x $(shell which notify-send) && notify-send "Documentation PostgreSQL" "Generation htmlhelp terminee !"

