From 369249487e5d1f84c2ebe5dc0bdd92df30bfb101 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Sun, 18 Jan 2009 20:15:12 +0000 Subject: [PATCH] Started target for generating HTML documentation from Markdown in `README.pgtap` using discount. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a64cf5265..ea1c0cded 100644 --- a/Makefile +++ b/Makefile @@ -143,3 +143,6 @@ installcheck: test_setup.sql # In addition to installcheck, one can also run the tests through pg_prove. test: test_setup.sql ./bin/pg_prove --pset tuples_only=1 $(TESTS) + +markdown: + markdown -F 0x1000 README.pgtap > pgtap.html