Hello, > installed in man3, man3f, and man3f90.
indeed, these non-standard man subdirectories are not aupported by the MANS primary. But you can use the _DATA primary: man3fdir = $(mandir)/man3f man3f_DATA = foo.3f man3f90dir = $(mandir)/man3f90 man3f90_DATA = foo.3f90 If you used the same for man3, automake would complain about `man3_DATA'. But the workaround is easy: man3nulldir = $(mandir)/man3 man3null_DATA = foo.3 Have a nice day, Stepan