From ccc5323bbe4f5ea805a23115513b2bd22a91f734 Mon Sep 17 00:00:00 2001 From: Rocco Caputo Date: Sat, 29 May 1999 18:44:36 -0400 Subject: [PATCH] Added POE-HINTS target to the docs makefile --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 508c9656f..6b95d6bb4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ ## Build POD docs from emacs outlines. ## $Id$ -all: ../POE.pod ../POE-TODO.pod +all: ../POE.pod ../POE-TODO.pod ../POE-HINTS.pod ../POE.pod: ./POE.outline ./out-out.perl pod ./POE.outline > ../POE.pod