From 617834d0ff7d50a8dbddfb90e8d51f8f771e79f9 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 16 Feb 2007 21:16:14 +0000 Subject: [PATCH] svn: r8135 --- gramps2/help/output/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gramps2/help/output/Makefile.am diff --git a/gramps2/help/output/Makefile.am b/gramps2/help/output/Makefile.am new file mode 100644 index 000000000..b58e5a6e8 --- /dev/null +++ b/gramps2/help/output/Makefile.am @@ -0,0 +1,6 @@ +# This is the help/output level Makefile for gramps +# $Id$ + +html: /bin/true && "This is a placeholder" + +pdf: /bin/true && "This is a placeholder"