File: Makefile

package info (click to toggle)
texlive-lang 2018.20190227-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,175,732 kB
  • sloc: perl: 58,868; xml: 39,109; makefile: 4,050; sh: 4,033; python: 2,969; ansic: 2,846; ruby: 1,003; lisp: 714; awk: 636; java: 159; sed: 142; csh: 25; cpp: 12
file content (15 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# public domain
all: book.dvi book.pdf #book.html

book.dvi: fdl.tex preface.tex
	tex '\nonstopmode\input book'
book.pdf: fdl.tex preface.tex
	pdftex '\nonstopmode\input book'
book.html:
	httex book.tex

dist: all
	rm -f x.tex
	tar czf impatient.tgz Makefile README *.icn \
	        *.tex book.aux book.idx book.toc book.ccs book.sdx \
		book.dvi book.pdf