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"