Page MenuHomeSoftware Heritage

Makefile.slides.latexmk
No OneTemporary

Makefile.slides.latexmk

# Depends: latex-make
ORGS = $(wildcard *.org)
TEXS = $(patsubst %.org,%.tex,$(ORGS))
PDFS = $(patsubst %.org,%.pdf,$(ORGS))
# master documents to build for latex-make; see "texdoc latex-make"
LU_MASTERS = $(patsubst %.org,%,$(ORGS))
export TEXINPUTS = :$(CURDIR)/../../common/latex/
all: $(PDFS)
%.tex: %.org
../bin/export-org-to-beamer $<
distclean::
rm -f $(TEXS) $(PDFS)
include LaTeX.mk # should come last to allow overrides

File Metadata

Mime Type
text/x-makefile
Expires
Jun 4 2025, 7:43 PM (11 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3243215

Event Timeline