diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-06 23:18:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-06 23:18:23 -0200 |
commit | 62e62c7c58cb9501f65e932f83f15128ac21ec6a (patch) | |
tree | 6c3babb396d1f2ed617f0a212e8d75cbc44f711b /files | |
parent | 445d5e1026bb2fec4bf9c617837485dbd0435bff (diff) | |
download | puppet-drupal-62e62c7c58cb9501f65e932f83f15128ac21ec6a.tar.gz puppet-drupal-62e62c7c58cb9501f65e932f83f15128ac21ec6a.tar.bz2 |
Adding webform and webform_report to makefiles
Diffstat (limited to 'files')
-rw-r--r-- | files/drupal6.make | 2 | ||||
-rw-r--r-- | files/drupal7.make | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index 9bfc6d1..8505ca5 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -148,6 +148,8 @@ projects[] = views_daterange projects[] = views_groupby projects[] = views_slideshow projects[] = l10n_update +projects[] = webform +projects[] = webform_report ; themes projects[] = framework diff --git a/files/drupal7.make b/files/drupal7.make index 9ab7a76..2515b1b 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -96,3 +96,4 @@ projects[] = token projects[] = insert projects[] = advanced_help projects[] = custom_search +projects[] = webform |