tex.mk: Add support for predefining DATE

This commit is contained in:
Jan Lindemann 2003-12-02 07:00:07 +00:00 committed by Jan Lindemann
commit 18010ab1b3

View file

@ -37,7 +37,7 @@ LATEX_INPUT = $(TEX) $(EPS)
HTML_INPUT = $(HTML) $(IMAGES)
# this comes in handy
DATE := $(shell date +'%b, %d, %Y')
DATE := $(if $(DATE),$(DATE),$(shell date +'%b, %d, %Y'))
TEX_WARN_DONT_EDIT = "\
%+---------------------------------------------------+\n\
%| DO NOT EDIT THIS FILE! |\n\