- Took the broken tasksh program out back behind the barn and shot it.
  It will be rewritten as a separate project, and extension.
This commit is contained in:
Paul Beckingham
2014-06-08 18:24:30 -04:00
parent 63eb32d177
commit ff966c069c
20 changed files with 4 additions and 692 deletions

View File

@@ -149,7 +149,6 @@ configure_file (
add_subdirectory (src)
add_subdirectory (src/commands)
add_subdirectory (src/columns)
add_subdirectory (src/shell)
add_subdirectory (doc)
add_subdirectory (i18n)
add_subdirectory (scripts)
@@ -173,6 +172,5 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
"test" "package-config" "misc/*" "src/task$" "src/libtask.a"
"src/columns/libcolumns.a" "src/commands/libcommands.a"
"src/shell/tasksh$" "src/shell/libtasksh.a" "auto.h$"
"/\\.gitignore" "/\\.git/" "swp$")
include (CPack)