File: Makefile

package info (click to toggle)
vistrails 3.0~git%2B9dc22bd.dfsg.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,856 kB
  • sloc: python: 314,055; xml: 42,697; sql: 4,113; php: 731; sh: 469; makefile: 253
file content (16 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: example example2 head           

example:
	pdflatex -shell-escape example

example2:
	pdflatex -shell-escape example2
	bibtex example2
	pdflatex -shell-escape example2
	pdflatex -shell-escape example2

head: 
	pdflatex -shell-escape head

clean:
	\rm example.pdf example2.pdf head.pdf *.aux *.bbl *.blg *.log *~ *.cmdline *.cmdline.* example.out example2.out head.out