mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Replace pwd by $(PWD)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
efd4867be9
commit
f70465cbd5
17 changed files with 25 additions and 25 deletions
|
|
@ -3,7 +3,7 @@ PDF_VIEWER ?= $(firstword $(shell which okular acroread))
|
|||
PNG_VIEWER ?= $(firstword $(shell which qiv gimp))
|
||||
MAIN_TEX ?= $(firstword $(wildcard main.tex *.tex))
|
||||
MAIN ?= $(patsubst %.tex,$(MAIN_TEX))
|
||||
OUT_PDF ?= $(notdir $(shell pwd)).pdf
|
||||
OUT_PDF ?= $(notdir $(shell $(PWD))).pdf
|
||||
OUT_PNG ?= $(patsubst %.pdf,%.png,$(OUT_PDF))
|
||||
PNG_WIDTH ?= 200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue