From c9bf83ef061c88ed029fff1e6bb52e58014f8395 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 3 Aug 2001 17:13:20 +0000 Subject: [PATCH] updates. --- doc/whitepaper/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/whitepaper/Makefile.am b/doc/whitepaper/Makefile.am index b0999a6c..05fa94b6 100644 --- a/doc/whitepaper/Makefile.am +++ b/doc/whitepaper/Makefile.am @@ -20,10 +20,14 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign HTML2PS = ../../scripts/html2ps -f ../../scripts/html2psrc -all: make-html2ps make-ps2pdf +all: make-html2ps make-ps2pdf zip make-html2ps: $(HTML2PS) -o silc_protocol.ps silc_protocol.html make-ps2pdf: ps2pdf silc_protocol.ps + +zip: + gzip silc_protocol.ps + gzip silc_protocol.pdf -- 2.24.0