summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/texvc/Makefile
blob: 1b0d02a4602f51c398b0f126137b47e05d59d186 (plain)
1
2
3
4
5
6
7
8
PACKAGE = texvc
all: $(PACKAGE).pdf

$(PACKAGE).sty: $(PACKAGE).dtx $(PACKAGE).ins
	pdflatex $(PACKAGE).ins

$(PACKAGE).pdf: $(PACKAGE).dtx $(PACKAGE).sty
	pdflatex $(PACKAGE).dtx