The value of MANDIR from dtsearchpath is missing the CDE man directory. Restore it.
diff -Nraub cde-2.5.1.ori/doc/Makefile.am cde-2.5.1/doc/Makefile.am --- cde-2.5.1.ori/doc/Makefile.am 2022-10-01 13:18:27.000000000 -0400 +++ cde-2.5.1/doc/Makefile.am 2023-01-26 13:32:16.402454621 -0400 @@ -21,3 +21,7 @@ if JAPANESE SUBDIRS += ja_JP.UTF-8 endif + +install-data-hook: + $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/man + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/ && $(LN_S) $(mandir) man
_______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel