From c0408858128b3fac80457b9ecf2e6350ee51835f Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 16 Feb 2007 21:24:55 +0000 Subject: [PATCH] svn: r8138 --- help/output/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/help/output/Makefile.am b/help/output/Makefile.am index b58e5a6e8..e0dcd5ba8 100644 --- a/help/output/Makefile.am +++ b/help/output/Makefile.am @@ -1,6 +1,8 @@ # This is the help/output level Makefile for gramps # $Id$ -html: /bin/true && "This is a placeholder" +html: + echo "This is a placeholder for making HTML" -pdf: /bin/true && "This is a placeholder" +pdf: + echo "This is a placeholder for making PDF"