summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-14 07:39:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-14 07:39:49 +0000
commite6367abae97f15dd6dca65a493c6037e9e5d47b3 (patch)
treeb63e03ac8b971a41635efe84fd7f057e91e567fb /Makefile.am
parentfc4d1d9a60d42366c8d79847999da2f25ff27510 (diff)
downloadcurl-e6367abae97f15dd6dca65a493c6037e9e5d47b3.tar.gz
generate and include PDF versions of the docs in the release archive
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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: