mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 06:30:38 +01:00
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e3142c9624
commit
0eaef0c326
59 changed files with 2065 additions and 2032 deletions
|
|
@ -1,11 +1,11 @@
|
|||
SOURCES = $(wildcard *.tex)
|
||||
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_PNG ?= $(patsubst %.pdf,%.png,$(OUT_PDF))
|
||||
PNG_WIDTH ?= 200
|
||||
SOURCES = $(wildcard *.tex)
|
||||
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_PNG ?= $(patsubst %.pdf,%.png,$(OUT_PDF))
|
||||
PNG_WIDTH ?= 200
|
||||
|
||||
all: pdf
|
||||
clean: clean.files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue