File: Makefile

package info (click to toggle)
jsxgraph 1.5.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,020 kB
  • sloc: javascript: 76,112; xml: 5,869; java: 1,072; python: 767; php: 181; makefile: 154; cpp: 76; sh: 9
file content (12 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
all :  jsxgraph_refcard.pdf
jsxgraph_refcard.pdf : jsxgraph_refcard.ps
	gs -sDEVICE=pdfwrite -dBATCH -dNOPAUSE -sOutputFile=jsxgraph_refcard.pdf jsxgraph_refcard.ps

jsxgraph_refcard.ps : jsxgraph_refcard.dvi
	dvips -t landscape jsxgraph_refcard.dvi -o

jsxgraph_refcard.dvi : jsxgraph_refcard.tex
	tex jsxgraph_refcard.tex

clean: ; - rm jsxgraph_refcard.ps jsxgraph_refcard.dvi jsxgraph_refcard.pdf jsxgraph_refcard.log *.*~