Skip to content
Snippets Groups Projects
Commit 3b0d39a8 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

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

parent 6d2a679d
Branches
No related merge requests found
FILE=proposal INPUT = $(wildcard *.tex)
ALL = $(INPUT:.tex=.pdf)
all: $(FILE).pdf all: $(ALL)
$(FILE).pdf: $(FILE).tex sdb-h.expand %.pdf: %.tex sdb-h.expand
latex $(FILE).tex latex $*.tex
latex $(FILE).tex latex $*.tex
dvipdfm $(FILE).dvi dvipdfm $*.dvi
clean: clean:
rm -rf *.aux *.dvi *.log *.pdf *.toc *.lot *.lof rm -rf *.aux *.dvi *.log *.pdf *.toc *.lot *.lof
sdb-h.expand: sdb.h sdb-h.expand: sdb.h
expand -8 $^ > $@ expand -8 $^ > $@
\ No newline at end of file
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