From cefc47373e79f4d138a7334f41fa3bc4289f8d47 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 16 Feb 2007 21:24:55 +0000 Subject: [PATCH] svn: r8138 --- gramps2/help/output/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gramps2/help/output/Makefile.am b/gramps2/help/output/Makefile.am index b58e5a6e8..e0dcd5ba8 100644 --- a/gramps2/help/output/Makefile.am +++ b/gramps2/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"