[ECOS] Make troubles while producing PDF patch

Iztok Zupet iz@vsr.si
Sun Apr 13 09:54:00 GMT 2003


Hello,

 While processing the attached snip, make does not update dependencies after 
procesing "copyfigures" and the .fig files do not get converted.  Doing the 
"make pdf" twice of course works, because the requred .fig files are already 
present ant the dependencies work.

Any suggestion is welcome

iz
-------------- next part --------------
%.gif: %.fig
	fig2dev -L gif $< >$@

%.eps: %.fig
	convert -crop 0x0 $< $@

%.pdf: %.fig
	fig2dev -L pdf $< >$@

copyfigs:
ifneq (,$(COPYFIGS))
	cp $(COPYFIGS) .
endif

copypngs:
ifneq (,$(COPYPNGS))
	cp $(COPYPNGS) .
endif

copyfigures: copyfigs copypngs

pdf: copyfigures $(MAIN_PDF)

$(MAIN_PDF):  $(MAIN_SGML) $(OTHER_SGML) $(PNGS) $(PDFS) $(ECOS_STYLESHEET)
	jade -o $(subst .pdf,.tex,$(MAIN_PDF)) -t tex -V tex-backend -c $(DSSSL_CATALOG) -d 

-------------- next part --------------
-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


More information about the Ecos-discuss mailing list