this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #191 from ahyattdev/master

Create a submodule for man

authored by

Luboš Doležel and committed by
GitHub
db9af81d 91758eb7

+4
+3
.gitmodules
··· 165 165 [submodule "src/external/commoncrypto"] 166 166 path = src/external/commoncrypto 167 167 url = ../darling-commoncrypto.git 168 + [submodule "src/external/man"] 169 + path = src/external/man 170 + url = ../darling-man.git
+1
src/CMakeLists.txt
··· 116 116 add_subdirectory(external/grep) 117 117 add_subdirectory(external/awk) 118 118 add_subdirectory(external/nano) 119 + add_subdirectory(external/man) 119 120 add_subdirectory(external/zip/zip/zip30) 120 121 add_subdirectory(external/zip/unzip/unzip-5.52) 121 122 add_subdirectory(tools)