From f3d366cd775358a4c6f1e72304b77f38ada94c5a Mon Sep 17 00:00:00 2001 From: Lorenzo Delana Date: Tue, 20 Sep 2016 21:34:08 +0200 Subject: [PATCH] added dot_shortfk.tmpl to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f3182e..f847bde 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ MANDIR = ${PREFIX}/share/man/man1 # build configuration -TEMPLATES = dia.tmpl dot.tmpl html.tmpl neato.tmpl xml.tmpl zigzag.dia.tmpl +TEMPLATES = dia.tmpl dot.tmpl dot_shortfk.tmpl html.tmpl neato.tmpl xml.tmpl zigzag.dia.tmpl BINARY = postgresql_autodoc SOURCE = ${BINARY}.pl MANPAGE = ${BINARY}.1 -- 2.50.1