defs-orig.mk, tex.mk: Kick out test target

This commit is contained in:
Jan Lindemann 2001-07-11 09:43:17 +00:00 committed by Jan Lindemann
commit 1fe5d594d0
2 changed files with 6 additions and 5 deletions

View file

@ -15,8 +15,6 @@ ALL = $(FMT_OUT) html_install
PRE_HTML = $(patsubst %.tmpl,%,$(wildcard *.html.tmpl))
PRE_TEX = $(patsubst %.tmpl,%,$(wildcard *.tex.tmpl) $(LOCAL_IMPORTED_TEMPLATES))
TEXSRC = $(wildcard *.tex $(IMAGES) $(LOCAL_SRC)) $(PRE_TEX)
test:
echo $(LOCAL_IMPORTED_TEMPLATES) + $(IMPORTED_TEMPLATES) + $(TEX_TMPL_DIR)
DATE := $(shell date +'%b, %d, %Y')
WD = `pwd`