Merge pull request #5297 from rohankatkar/CRM15729
[civicrm-core.git] / distmaker / distmaker.conf.dist
index 738812ae14dbc8254e8cd727d20e34284c2dd2d9..f631f20bfdf999f0df86150ec8cf6ea9a39a8abc 100644 (file)
@@ -4,10 +4,13 @@ DM_GENFILESDIR= <Set this to directory where generated files should reside>
 DM_TMPDIR= <Set this to temporary directory>
 DM_TARGETDIR= <Set this to directory where tarballs should land>
 
-DM_NPM= <Set this to your npm binary>
-DM_PHP= <Set this to your php binary>
-DM_RSYNC= <set this to your rsync binary>
-DM_ZIP= <set this to your zip binary>
+## Optional
+# DM_PHP= <Set this to your php binary> [default: php]
+# DM_RSYNC= <set this to your rsync binary> [default: rsync]
+# DM_ZIP= <set this to your zip binary> [default: zip]
+# DM_NPM= <Set this to your npm binary> [default: npm]
+# DM_NODE= <Set this to your node binary> [default: node]
+# DM_COMPOSER= <Set this to your composer binary> [default: composer]
 
 DM_VERSION= <Set this to whatever the version number should be>