Code Search for Developers
 
 
  

Makefile from gzz at Krugle


Show Makefile syntax highlighted


all : dvi 

dvi : raster.dvi

raster.dvi: raster.tex ../gzigzag.bib
	latex raster.tex
	BIBINPUTS=..:$$BIBINPUTS bibtex raster
	latex raster.tex
	latex raster.tex

	




See more files for this project here

gzz

An implementation of Ted Nelson's ZZstructure. ZZstructure is a new type of programming platform for structured data.

Project homepage: http://savannah.nongnu.org/projects/gzz
Programming language(s): C++,Java,Python
License: lgpl21

  Makefile
  raster.tex