1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Eugen Wintersberger <eugen.wintersberger@gmail.com>
Date: Fri, 28 Jun 2013 22:24:45 +0200
Subject: Fixed installation path for HTML documentation
---
man/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index c888b45..fb35631 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -20,7 +20,7 @@
# http://apps.jcns.fz-juelich.de/libcerf
man_MANS = w_of_z.3 im_w_of_x.3 dawson.3 cdawson.3 cerf.3 cerfc.3 erfcx.3 cerfcx.3 erfi.3 cerfi.3 voigt.3
-auxdir = $(datadir)/man/html
+auxdir = $(docdir)/html
aux_DATA = w_of_z.html voigt.html dawson.html cerf.html erfcx.html erfi.html
w_of_z.3 : w_of_z.pod
|