aboutsummaryrefslogtreecommitdiff
path: root/test/old
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-01-27 19:10:41 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-02-01 12:06:55 +0100
commit4c91194611086916c833d61e28e2f5e689316e83 (patch)
treeb338025023370b019e7d766ecb66d792cc1eba77 /test/old
parentcc197d04fc36a6ee4219f20772a7b39dd976edfd (diff)
downloadrneovim-4c91194611086916c833d61e28e2f5e689316e83.tar.gz
rneovim-4c91194611086916c833d61e28e2f5e689316e83.tar.bz2
rneovim-4c91194611086916c833d61e28e2f5e689316e83.zip
build: various fixes
- Consistently use the variable CMAKE_BUILD_TYPE to select build type. - Remove broken `doc_html` target. - Remove swap files created by oldtest when cleaning. - Only rerun `lintdoc` if any documentation files has changed.
Diffstat (limited to 'test/old')
-rw-r--r--test/old/testdir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/old/testdir/Makefile b/test/old/testdir/Makefile
index b5ca6a17b0..c55e060f5a 100644
--- a/test/old/testdir/Makefile
+++ b/test/old/testdir/Makefile
@@ -121,7 +121,8 @@ CLEAN_FILES := *.out \
.*.swo \
.gdbinit \
$(TMPDIR) \
- del
+ del \
+ $(ROOT)/runtime/doc/.*.swp
clean:
$(RM) -rf $(CLEAN_FILES)