Last updated May 16, 2013. Created by j0nathan on October 27, 2011.
Edited by gboudrias. Log in to edit this page.
- Inclusion
- An inclusion is a group of modules, related to the same subject, packaged into its own makefile. An example would be the module Apache Solr Search Integration (apachesolr) and all modules 'apachesolr_*', plus the library 'solrphpclient'.
- Distribution
- A flavor of a Drupal installation is called a distribution. An example would be Open Atrium. In our case, a distribution is installed the same way an inclusion is, because it has its own makefile.
Inclusions provided for Drupal 8
| Group | Makefile | Usage with -i |
|---|---|---|
| Drupal (core) | core.make | - |
Inclusions provided for Drupal 7
| Group | Makefile | Usage with -i |
|---|---|---|
| Pressflow (core) | core.make | - |
| modules | modules.make | modules |
| themes | themes.make | themes |
| modules for development | dev.make | dev |
| Apache Solr Search Integration | solr.make | solr |
| CiviCRM 4.x | civicrm.make | civicrm |
| modules for CiviCRM | civicrm-modules.make | civicrm-modules |
| Localized Drupal Distribution | l10n_install.make | l10n_install |
| Open Atrium | openatrium.make | openatrium |
| Open Outreach | openoutreach.make | openoutreach |
| OpenPublish | openpublish.make | openpublish |
Inclusions provided for Drupal 6
| Group | Makefile | Usage with -i |
|---|---|---|
| Pressflow (core) | core.make | - |
| modules | modules.make | modules |
| themes | themes.make | themes |
| modules for development | dev.make | dev |
| Apache Solr Search Integration 2.x | solr2.make | solr2 |
| CiviCRM 4.x | civicrm.make | civicrm |
| CiviCRM 3.x | civicrm3.make | civicrm3 |
| modules for CiviCRM | civicrm-modules.make | civicrm-modules |
| themes for CiviCRM | civicrm-themes.make | civicrm-themes |
| Localized Drupal Distribution | l10n_install.make | l10n_install |
| Open Atrium | openatrium.make | openatrium |
| Ubercart | ubercart.make | ubercart |
| unsupported modules | unsupported.make | unsupported |
| update and upgrade modules | up.make | up |
Inclusions provided for Drupal 5
| Group | Makefile | Usage with -i |
|---|---|---|
| Drupal (core) | core.make | - |
| modules | modules.make | modules |
| themes | themes.make | themes |