diff options
author | FOSSEE | 2016-08-04 15:53:22 +0530 |
---|---|---|
committer | FOSSEE | 2016-08-04 15:53:22 +0530 |
commit | 0f6aee843ae947ef8655b8f3e6dc22bee9084a45 (patch) | |
tree | a6e8ce6c560392b6cef6ee30fd64228beb088aaa /certificate | |
parent | feaa8d15760f96ce34f3a41cd07acfea992a6728 (diff) | |
download | certificate-generator-0f6aee843ae947ef8655b8f3e6dc22bee9084a45.tar.gz certificate-generator-0f6aee843ae947ef8655b8f3e6dc22bee9084a45.tar.bz2 certificate-generator-0f6aee843ae947ef8655b8f3e6dc22bee9084a45.zip |
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: |