doc-rules.mk: Add empty target test
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>
This commit is contained in:
parent
d359696c5f
commit
1d77122974
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ all:
|
|||
install: install_DOC
|
||||
clean: doc.clean
|
||||
distclean:
|
||||
test:
|
||||
|
||||
doc.clean:
|
||||
$(RM) -rf *~ .*.swp
|
||||
|
|
|
|||
Loading…
Reference in a new issue