Commit 3b0d39a8 authored by Alessandro Rubini's avatar Alessandro Rubini

docs/Makefile: compile all .tex present in the dir

parent 6d2a679d
FILE=proposal
INPUT = $(wildcard *.tex)
ALL = $(INPUT:.tex=.pdf)
all: $(FILE).pdf
all: $(ALL)
$(FILE).pdf: $(FILE).tex sdb-h.expand
latex $(FILE).tex
latex $(FILE).tex
dvipdfm $(FILE).dvi
%.pdf: %.tex sdb-h.expand
latex $*.tex
latex $*.tex
dvipdfm $*.dvi
clean:
rm -rf *.aux *.dvi *.log *.pdf *.toc *.lot *.lof
sdb-h.expand: sdb.h
expand -8 $^ > $@
\ No newline at end of file
expand -8 $^ > $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment