From 27d42e638b48a497f8b8c3175f3786c27d92298d Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 18 Mar 2005 21:56:50 +0000 Subject: A small tool to merge several PDF files into one PDF file (based on Ghostscript). It has the following features: * Add/Remove PDF files; * Adjust the order of the PDF files; * Merge the PDF file based on ps2pdf. PR: ports/78895 Submitted by: Nicola Vitale --- print/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print/Makefile') diff --git a/print/Makefile b/print/Makefile index bfd04ace09a1..446e3be0f6e8 100644 --- a/print/Makefile +++ b/print/Makefile @@ -165,6 +165,7 @@ SUBDIR += pclprint SUBDIR += pdflib SUBDIR += pdflib-perl + SUBDIR += pdfmerge SUBDIR += pdftk SUBDIR += pdq SUBDIR += pecl-panda -- cgit