Hi Keith, > > man1_MANS += $(PREFIXMAN1) > > man1_MANS += $(PREFIXMAN5) > > man1_MANS += $(PREFIXMAN7) > > > > are incorrect, it should be of course > > > > man1_MANS += $(PREFIXMAN1) > > man5_MANS += $(PREFIXMAN5) > > man7_MANS += $(PREFIXMAN7) > > Surely a typo here? Those two assignment groups look identical to me.
man1 v. man{1,5,7}. Cheers, Ralph.