hgbook

diff Makefile @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 3013064edcf7
children
line diff
     1.1 --- a/Makefile	Wed Apr 21 17:09:27 2010 +0200
     1.2 +++ b/Makefile	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -213,7 +213,11 @@
     1.4  	    stylesheets/$(LINGUA)/fo.xsl \
     1.5  	    fop1.extensions=1
     1.6  
     1.7 -	(cd build/$(LINGUA)/source && $(FOP_HOME)/fop.sh -c $(FOP_HOME)/conf/userconfig.xml hgbook.fo ../pdf/hgbook.pdf)
     1.8 +	if test -r $(FOP_HOME)/conf/userconfig.xml ; then \
     1.9 +		FOP_CONFIG=" -c $(FOP_HOME)/conf/userconfig.xml"; \
    1.10 +	fi 
    1.11 +
    1.12 +	(cd build/$(LINGUA)/source && $(FOP_HOME)/fop.sh ${FOP_CONFIG} hgbook.fo ../pdf/hgbook.pdf)
    1.13  endif
    1.14  
    1.15  $(LINGUA)/figs/%.png: $(LINGUA)/figs/%.svg