9 lines
163 B
Makefile
9 lines
163 B
Makefile
# This is the help/output level Makefile for gramps
|
|
# $Id$
|
|
|
|
html:
|
|
echo "This is a placeholder for making HTML"
|
|
|
|
pdf:
|
|
echo "This is a placeholder for making PDF"
|