From 4972a49b2b4551285a014ef965369f35e74fa8fc Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 19 Jan 2012 16:07:01 +0000 Subject: [PATCH] fix #429. --- Changelog | 2 ++ doc/doxyparse.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index b9c9e15e..9f2a08dd 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,8 @@ 1.6.13 * bugfix #427: Eplicitely link ssl with the programs that use it. * Fix reading \DDD: Error on values that are outside range (>255). + * bugfix #429: fix doxyparse.plfails on NetBSD because specified + path to perl. 1.6.12 * bugfix #413: Fix manpage source for srcdir != builddir diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl index 218825fe..526c6171 100755 --- a/doc/doxyparse.pl +++ b/doc/doxyparse.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Doxygen is usefull for html documentation, but sucks # in making manual pages. Still tool also parses the .h -- 2.47.3