diff options
author | King | 2016-08-04 15:57:18 +0530 |
---|---|---|
committer | GitHub | 2016-08-04 15:57:18 +0530 |
commit | a121bd0ffd002822d21d3f15dedaa78ec6e4f55c (patch) | |
tree | a6e8ce6c560392b6cef6ee30fd64228beb088aaa /certificate | |
parent | ffd7c43ae69b877d9795f643733fb51739325280 (diff) | |
parent | 0f6aee843ae947ef8655b8f3e6dc22bee9084a45 (diff) | |
download | certificate-generator-a121bd0ffd002822d21d3f15dedaa78ec6e4f55c.tar.gz certificate-generator-a121bd0ffd002822d21d3f15dedaa78ec6e4f55c.tar.bz2 certificate-generator-a121bd0ffd002822d21d3f15dedaa78ec6e4f55c.zip |
Merge pull request #9 from komalsheth236/master
Makefile in Drupal
Diffstat (limited to 'certificate')
-rwxr-xr-x | certificate/drupal_workshop_template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certificate/drupal_workshop_template/Makefile b/certificate/drupal_workshop_template/Makefile index c741438..2216589 100755 --- a/certificate/drupal_workshop_template/Makefile +++ b/certificate/drupal_workshop_template/Makefile @@ -24,10 +24,10 @@ help: name = $(file_name) # certificate -participant_cert: $(name).tex fossee-logo.png bashful.sty +participant_cert: $(name).tex bashful.sty pdflatex -shell-escape $(name).tex -paper_cert: $(name).tex fossee-logo.png bashful.sty +paper_cert: $(name).tex bashful.sty pdflatex -shell-escape $(name).tex clean: |