Add empty target "test" to keep the build from erroring out over make test in documentation directories. Signed-off-by: Jan Lindemann <jan@janware.com>
13 lines
177 B
Makefile
13 lines
177 B
Makefile
# generic utility modules
|
|
# (c) 2001 jannet it services
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
all:
|
|
install: install_DOC
|
|
clean: doc.clean
|
|
distclean:
|
|
test:
|
|
|
|
doc.clean:
|
|
$(RM) -rf *~ .*.swp
|