svn: r8138

This commit is contained in:
Alex Roitman 2007-02-16 21:24:55 +00:00
parent 3467ba4341
commit cefc47373e

View File

@ -1,6 +1,8 @@
# This is the help/output level Makefile for gramps # This is the help/output level Makefile for gramps
# $Id$ # $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"