danielebarchiesi@4: ; Makefile to assist creating a new Drupal site to demonstrate pdf_to_imagefield module. danielebarchiesi@4: ; Get this file, then change to an empty directory and run danielebarchiesi@4: ; drush make --working-copy {path/to/}pdf_to_imagefield.make.stub danielebarchiesi@4: ; danielebarchiesi@4: ; This will download all the dependencies required to run pdf_to_imagefield danielebarchiesi@4: ; and the demo feature pdf_document. danielebarchiesi@4: ; danielebarchiesi@4: ; This --working-copy command will actually git clone the working copy of the module, danielebarchiesi@4: ; ready for test and development. It's optional. danielebarchiesi@4: ; danielebarchiesi@4: danielebarchiesi@4: api = 2 danielebarchiesi@4: danielebarchiesi@4: ; Required version of Drupal core. danielebarchiesi@4: projects[] = drupal danielebarchiesi@4: core = 7.x danielebarchiesi@4: danielebarchiesi@4: ; Basic Drupal contributed projects. danielebarchiesi@4: ; Get 'features' so we can turn on the demo content type immediately. danielebarchiesi@4: projects[features][subdir] = contrib danielebarchiesi@4: ; Get 'filefield_paths' and token to test out the filename changes. danielebarchiesi@4: projects[filefield_paths][subdir] = contrib danielebarchiesi@4: projects[token][subdir] = contrib danielebarchiesi@4: danielebarchiesi@4: ; And now get the pdf_to_imagefield checkout, latest version danielebarchiesi@4: projects[pdf_to_imagefield][subdir] = dev danielebarchiesi@4: ;projects[pdf_to_imagefield][download][type] = "git" danielebarchiesi@4: ;projects[pdf_to_imagefield][download][url] = "git@git.drupal.org:project/pdf_to_imagefield.git" danielebarchiesi@4: ;projects[pdf_to_imagefield][download][branch] = "7.x-3.x" danielebarchiesi@4: danielebarchiesi@4: ;projects[pdf_to_imagefield][download][type] = "git" danielebarchiesi@4: ;projects[pdf_to_imagefield][download][url] = "http://git.drupal.org/project/pdf_to_imagefield.git" danielebarchiesi@4: ;projects[pdf_to_imagefield][download][branch] = "7.x-3.x" danielebarchiesi@4: danielebarchiesi@4: projects[pdf_to_imagefield][version] = "7.x-3.x"