mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 23:13:54 +01:00
tex.mk: Add support for predefining DATE
This commit is contained in:
parent
2c159ae0a3
commit
18010ab1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ LATEX_INPUT = $(TEX) $(EPS)
|
||||||
HTML_INPUT = $(HTML) $(IMAGES)
|
HTML_INPUT = $(HTML) $(IMAGES)
|
||||||
|
|
||||||
# this comes in handy
|
# this comes in handy
|
||||||
DATE := $(shell date +'%b, %d, %Y')
|
DATE := $(if $(DATE),$(DATE),$(shell date +'%b, %d, %Y'))
|
||||||
TEX_WARN_DONT_EDIT = "\
|
TEX_WARN_DONT_EDIT = "\
|
||||||
%+---------------------------------------------------+\n\
|
%+---------------------------------------------------+\n\
|
||||||
%| DO NOT EDIT THIS FILE! |\n\
|
%| DO NOT EDIT THIS FILE! |\n\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue