File: Makefile

package info (click to toggle)
latex-make 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: sh: 309; makefile: 237
file content (32 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

#COMPATIBILITY=true

# example-luatex must be compiled with lualatex
LU_lualatex-example_FLAVORS=LUALATEX

all: pdf

example.pdf:

example.ps:

traces-tsi.pdf_DEPENDS = eps/paje.pdf

clean::
	$(RM) eps/paje.pdf

export TEXMFHOME:=texmf
include texmf/scripts/latex-make/LaTeX.mk

clean::
	$(RM) $(BIB_SLAVES)

distclean::
	$(MAKE) LaTeX-Make-local-uninstall TEXMF_INSTALL_ROOT_DIR=texmf
	$(RM) -rv texmf

../src/LaTeX.mk:
	$(MAKE) -C ../src

texmf/scripts/latex-make/LaTeX.mk: ../src/LaTeX.mk
	$(MAKE) -f ../src/LaTeX.mk MAKE="$(MAKE) -f ../src/LaTeX.mk" LaTeX-Make-local-install TEXMF_INSTALL_ROOT_DIR=texmf TEXINPUTS=../src TEXMFSCRIPTS=../src