this repo has no description
1
fork

Configure Feed

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

Merge pull request #194 from ahyattdev/master

Add groff

authored by

Luboš Doležel and committed by
GitHub
00654e43 47bf656e

+4
+3
.gitmodules
··· 168 168 [submodule "src/external/man"] 169 169 path = src/external/man 170 170 url = ../darling-man.git 171 + [submodule "src/external/groff"] 172 + path = src/external/groff 173 + url = ../darling-groff.git
+1
src/CMakeLists.txt
··· 116 116 add_subdirectory(external/less) 117 117 add_subdirectory(external/grep) 118 118 add_subdirectory(external/awk) 119 + add_subdirectory(external/groff) 119 120 add_subdirectory(external/nano) 120 121 add_subdirectory(external/man) 121 122 add_subdirectory(external/zip/zip/zip30)