From cf1cd497ef9f6b23bc7ebed69daec86cebdc7d35 Mon Sep 17 00:00:00 2001 From: Jeff Hammond Date: Fri, 10 Jul 2009 12:51:38 +0000 Subject: [PATCH] added pdf --- doc/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/GNUmakefile b/doc/GNUmakefile index 452fa765dc..0629d0fdd5 100644 --- a/doc/GNUmakefile +++ b/doc/GNUmakefile @@ -9,6 +9,9 @@ MAKESUBDIRS = @for dir in $(SUBDIRS); do \ all postscript: $(MAKESUBDIRS) +pdf: + $(MAKESUBDIRS) + html: $(MAKESUBDIRS)