191c191 < if seenfull < 1 and e.endswith( ".ful" ): --- > if e.endswith( ".ful" ): 193c193 < elif seenfull >= 1 and e.endswith( ".inc" ): --- > elif seenfull > 1 and e.endswith( ".inc" ):