2595913
diff -up DyLP-1.10.4/configure.orig DyLP-1.10.4/configure
2595913
--- DyLP-1.10.4/configure.orig	2019-02-22 15:11:56.000000000 -0700
2595913
+++ DyLP-1.10.4/configure	2019-06-21 10:58:31.245241959 -0600
2595913
@@ -26905,7 +26905,7 @@ echo "${ECHO_T}$doxysrcdir (src)" >&6
2595913
   fi
2595913
   # Not built, fall back to installed tag file
2595913
   if test $doxyfound = no ; then
2595913
-    eval doxydir="${datadir}/coin/doc/${proj}/doxydoc"
2595913
+    eval doxydir="${datadir}/doc/coin-or-${proj}"
2595913
     # AC_MSG_NOTICE([Considering $doxydir (install)])
2595913
     # AC_MSG_NOTICE([Subdirs: $coin_subdirs)])
2595913
     coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html"
2595913
diff -up DyLP-1.10.4/Makefile.in.orig DyLP-1.10.4/Makefile.in
2595913
--- DyLP-1.10.4/Makefile.in.orig	2015-03-30 10:45:53.000000000 -0600
2595913
+++ DyLP-1.10.4/Makefile.in	2019-06-21 10:57:47.616987506 -0600
16e91e5
@@ -356,7 +356,7 @@ EXTRA_DIST = AUTHORS LICENSE README NEWS
cc221f3
 ########################################################################
cc221f3
 pkgconfiglibdir = $(libdir)/pkgconfig
cc221f3
 pkgconfiglib_DATA = dylp.pc $(am__append_3)
cc221f3
-addlibsdir = $(DESTDIR)$(datadir)/coin/doc/DyLP
cc221f3
+addlibsdir = $(DESTDIR)$(datadir)/doc/coin-or-$(PACKAGE_NAME)
cc221f3
 
cc221f3
 ########################################################################
cc221f3
 #                         Maintainer Stuff                             #
16e91e5
@@ -368,7 +368,7 @@ ACLOCAL_AMFLAGS = -I m4
cc221f3
 # Files that are generated and should be cleaned with make distclean
cc221f3
 DISTCLEANFILES = $(am__append_5) $(VPATH_DISTCLEANFILES)
16e91e5
 DocFiles = README AUTHORS LICENSE 
cc221f3
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
cc221f3
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
16e91e5
 COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
16e91e5
 COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
cc221f3
 all: all-recursive