summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2590bd..90624c5 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ doc/index.html : doc/document.md doc/html.txt
--metadata pagetitle="GoFPDF Document Generator" < $< > $@
doc.go : doc/document.md doc/go.awk
- pandoc --read=markdown --write=plain $< | awk -f doc/go.awk > $@
+ pandoc --read=markdown --write=plain $< | awk --assign=package_name=gofpdf --file=doc/go.awk > $@
gofmt -s -w $@
build :