mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
[cmake] make build_lexicon_filter part of DocTargets only
This commit is contained in:
parent
088fc6003b
commit
8eb0608b00
3 changed files with 2 additions and 3 deletions
|
@ -102,5 +102,5 @@ ADD_CUSTOM_COMMAND(OUTPUT share/man/
|
|||
ADD_CUSTOM_TARGET(BUILD_MANUALS ALL DEPENDS share/man/)
|
||||
|
||||
# Group docs targets into a DocsTargets folder
|
||||
SET_PROPERTY(TARGET doc BUILD_MANUALS
|
||||
SET_PROPERTY(TARGET doc BUILD_MANUALS build_lexicon_filter
|
||||
PROPERTY FOLDER cmake/DocTargets)
|
||||
|
|
|
@ -184,7 +184,6 @@ INSTALL(FILES share/lynx.lss DESTINATION ${rel_datadir}/fish/)
|
|||
SET_PROPERTY(TARGET build_fish_pc CHECK-FISH-BUILD-VERSION-FILE
|
||||
test_invocation test_fishscript
|
||||
test_prep tests_buildroot_target
|
||||
build_lexicon_filter
|
||||
PROPERTY FOLDER cmake/InstallTargets)
|
||||
|
||||
# Make a target build_root that installs into the buildroot directory, for testing.
|
||||
|
|
|
@ -115,6 +115,6 @@ ADD_DEPENDENCIES(test test_high_level)
|
|||
# Group test targets into a TestTargets folder
|
||||
SET_PROPERTY(TARGET test test_low_level test_high_level tests_dir
|
||||
test_invocation test_fishscript test_prep
|
||||
tests_buildroot_target build_lexicon_filter
|
||||
tests_buildroot_target
|
||||
symlink_functions
|
||||
PROPERTY FOLDER cmake/TestTargets)
|
||||
|
|
Loading…
Reference in a new issue