From 2217a1a1ba5460da58c8e5ef305cbf6ace928988 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 28 Apr 2013 17:42:21 -0700 Subject: [PATCH] Now building the html documentation from the correct POD source --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 28e69cf..ab8bbca 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ override_dh_auto_build: dh_auto_build - pod2html --title=feedgnuplot bin/feedgnuplot.pod > feedgnuplot.html + pod2html --title=feedgnuplot bin/feedgnuplot > feedgnuplot.html override_dh_auto_clean: rm -rf feedgnuplot.html pod2htm*