diff options
Diffstat (limited to 'doc/datafmt/Makefile')
| -rw-r--r-- | doc/datafmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/datafmt/Makefile b/doc/datafmt/Makefile index 0cc3afe..ee20c96 100644 --- a/doc/datafmt/Makefile +++ b/doc/datafmt/Makefile @@ -1,2 +1,2 @@ -datafmt.ps: datafmt.ms - dformat $< | pic | tbl | groff -ms -Tps >$@ +datafmt.pdf: datafmt.ms refs.refer + dformat $< | refer -P -p refs.refer | pic | tbl | groff -ms -Tpdf >$@ |