Skip to content

Commit 1e5259c

Browse files
committed
Install quick-lint-js.config(5) man page
1 parent d782731 commit 1e5259c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ install(
88
FILES quick-lint-js.1
99
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
1010
)
11+
install(
12+
FILES quick-lint-js.config.5
13+
DESTINATION "${CMAKE_INSTALL_MANDIR}/man5"
14+
)
1115

1216
# quick-lint-js finds bugs in JavaScript programs.
1317
# Copyright (C) 2020 Matthew Glazar

0 commit comments

Comments
 (0)