Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

423 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-04-07 10:41:29 +0300 committer: kx <kx@radix.pro> 2023-04-07 10:41:29 +0300 commit: c704b3ba183f3417abcc1c81d4738129df0330d9 parent: 293cb571e521af88e2d5fb77490653c054d2a3b7
Commit Summary:
Python
Diffstat:
1 file changed, 20 insertions, 15 deletions
diff --git a/packages/d/Makefile b/packages/d/Makefile
index b436c87..4a06b6b 100644
--- a/packages/d/Makefile
+++ b/packages/d/Makefile
@@ -4,21 +4,26 @@
 # $ tree -fid .
 #
 
-SUBDIRS := check        \
-           cmake        \
-           flex         \
-           git          \
-           intltool     \
-           llvm         \
-           mercurial    \
-           meson        \
-           ninja        \
-           orc          \
-           perl         \
-           perl-cross   \
-           perl-modules \
-           pike         \
-           pkg-config
+SUBDIRS := check          \
+           cmake          \
+           flex           \
+           git            \
+           intltool       \
+           llvm           \
+           mercurial      \
+           meson          \
+           ninja          \
+           orc            \
+           perl           \
+           perl-cross     \
+           perl-modules   \
+           pike           \
+           pkg-config     \
+           python-modules \
+           python2        \
+           python2-doc    \
+           python3        \
+           python3-doc
 
 
 all-recursive downloads_clean-recursive: