[cairo-commit] papers/opengl_freenix04 ChangeLog,1.4,1.5 Makefile,1.1,1.2

Carl Worth commit at pdx.freedesktop.org
Mon Dec 15 07:16:33 PST 2003


Committed by: cworth

Update of /cvs/cairo/papers/opengl_freenix04
In directory pdx:/tmp/cvs-serv20490

Modified Files:
	ChangeLog Makefile 
Log Message:

        * Makefile (%.eps): Fix automatic generation of .eps from .png
        images.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/papers/opengl_freenix04/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ChangeLog	15 Dec 2003 14:58:34 -0000	1.4
--- ChangeLog	15 Dec 2003 15:16:31 -0000	1.5
***************
*** 1,2 ****
--- 1,7 ----
+ 2003-12-15  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* Makefile (%.eps): Fix automatic generation of .eps from .png
+ 	images.
+ 
  2003-12-15  Carl Worth  <cworth at isi.edu>
  

Index: Makefile
===================================================================
RCS file: /cvs/cairo/papers/opengl_freenix04/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	15 Dec 2003 12:39:09 -0000	1.1
--- Makefile	15 Dec 2003 15:16:31 -0000	1.2
***************
*** 29,33 ****
  	dvips -t letter -Ppdf -G0 -o $@ $<
  
! ${MASTER}.dvi: ${MASTER}.tex ${SECTIONS} ${MASTER}.bbl subdirs
  
  ${MASTER}.bbl: ${MASTER}.bib
--- 29,33 ----
  	dvips -t letter -Ppdf -G0 -o $@ $<
  
! ${MASTER}.dvi: ${MASTER}.tex ${SECTIONS} ${MASTER}.bbl  ${EPSFILES} subdirs
  
  ${MASTER}.bbl: ${MASTER}.bib
***************
*** 37,41 ****
  
  %.eps: %.png
! 	pngtopnm $< | pnmtops > $@
  
  clean: subdirs
--- 37,41 ----
  
  %.eps: %.png
! 	pngtopnm $< | pnmtops -noturn -imagewidth 3.1 > $@
  
  clean: subdirs





More information about the cairo-commit mailing list