diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-10-14 07:39:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-14 07:39:49 +0000 |
commit | e6367abae97f15dd6dca65a493c6037e9e5d47b3 (patch) | |
tree | b63e03ac8b971a41635efe84fd7f057e91e567fb /Makefile.am | |
parent | fc4d1d9a60d42366c8d79847999da2f25ff27510 (diff) | |
download | curl-e6367abae97f15dd6dca65a493c6037e9e5d47b3.tar.gz |
generate and include PDF versions of the docs in the release archive
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2c585272e..79e6599bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ dist-hook: html: cd docs; make html +pdf: + cd docs; make pdf + check: test test: |