Blob Blame History Raw
diff -up Couenne-0.5.8/configure.orig Couenne-0.5.8/configure
--- Couenne-0.5.8/configure.orig	2020-01-31 06:32:10.000000000 -0700
+++ Couenne-0.5.8/configure	2020-02-21 11:13:07.026479768 -0700
@@ -29582,7 +29582,7 @@ echo "${ECHO_T}$doxysrcdir (src)" >&6
   fi
   # Not built, fall back to installed tag file
   if test $doxyfound = no ; then
-    eval doxydir="${datadir}/coin/doc/${proj}/doxydoc"
+    eval doxydir="${datadir}/doc/coin-or-${proj}"
     # AC_MSG_NOTICE([Considering $doxydir (install)])
     # AC_MSG_NOTICE([Subdirs: $coin_subdirs)])
     coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html"
diff -up Couenne-0.5.8/Makefile.in.orig Couenne-0.5.8/Makefile.in
--- Couenne-0.5.8/Makefile.in.orig	2020-01-31 06:32:10.000000000 -0700
+++ Couenne-0.5.8/Makefile.in	2020-02-21 11:13:07.058479233 -0700
@@ -385,7 +385,7 @@ EXTRA_DIST = test/grandTest.sh.in $(am__
 ########################################################################
 pkgconfiglibdir = $(libdir)/pkgconfig
 pkgconfiglib_DATA = couenne.pc
-addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Couenne
+addlibsdir = $(DESTDIR)$(datadir)/doc/coin-or-$(PACKAGE_NAME)
 
 ########################################################################
 #                         Maintainer Stuff                             #
@@ -394,7 +394,7 @@ addlibsdir = $(DESTDIR)$(datadir)/coin/d
 # Files that are generated and should be cleaned with make distclean
 DISTCLEANFILES = $(am__append_4) $(VPATH_DISTCLEANFILES)
 DocFiles = README AUTHORS LICENSE 
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
 COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
 COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
 all: all-recursive