Skip to content

Commit 8f94227

Browse files
committed
doc: cleanup distance manpages declaration in Makefile
Signed-off-by: Brice Goglin <[email protected]>
1 parent b58ef11 commit 8f94227

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/Makefile.am

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,19 @@ man3_helper_nodeset_convert_DATA = \
630630
$(DOX_MAN_DIR)/man3/hwloc_cpuset_to_nodeset.3 \
631631
$(DOX_MAN_DIR)/man3/hwloc_cpuset_from_nodeset.3
632632

633-
man3_helper_distancesdir = $(man3dir)
634-
man3_helper_distances_DATA = \
633+
man3_helper_advanced_iodir = $(man3dir)
634+
man3_helper_advanced_io_DATA = \
635+
$(DOX_MAN_DIR)/man3/hwlocality_advanced_io.3 \
636+
$(DOX_MAN_DIR)/man3/hwloc_get_non_io_ancestor_obj.3 \
637+
$(DOX_MAN_DIR)/man3/hwloc_get_next_pcidev.3 \
638+
$(DOX_MAN_DIR)/man3/hwloc_get_pcidev_by_busid.3 \
639+
$(DOX_MAN_DIR)/man3/hwloc_get_pcidev_by_busidstring.3 \
640+
$(DOX_MAN_DIR)/man3/hwloc_get_next_osdev.3 \
641+
$(DOX_MAN_DIR)/man3/hwloc_get_next_bridge.3 \
642+
$(DOX_MAN_DIR)/man3/hwloc_bridge_covers_pcibus.3
643+
644+
man3_distancesdir = $(man3dir)
645+
man3_distances_DATA = \
635646
$(DOX_MAN_DIR)/man3/hwlocality_distances_get.3 \
636647
$(DOX_MAN_DIR)/man3/hwloc_distances_s.3 \
637648
$(DOX_MAN_DIR)/man3/hwloc_distances_kind_e.3 \
@@ -658,17 +669,6 @@ man3_helper_distances_DATA = \
658669
$(DOX_MAN_DIR)/man3/hwloc_distances_remove_by_type.3 \
659670
$(DOX_MAN_DIR)/man3/hwloc_distances_release_remove.3
660671

661-
man3_helper_advanced_iodir = $(man3dir)
662-
man3_helper_advanced_io_DATA = \
663-
$(DOX_MAN_DIR)/man3/hwlocality_advanced_io.3 \
664-
$(DOX_MAN_DIR)/man3/hwloc_get_non_io_ancestor_obj.3 \
665-
$(DOX_MAN_DIR)/man3/hwloc_get_next_pcidev.3 \
666-
$(DOX_MAN_DIR)/man3/hwloc_get_pcidev_by_busid.3 \
667-
$(DOX_MAN_DIR)/man3/hwloc_get_pcidev_by_busidstring.3 \
668-
$(DOX_MAN_DIR)/man3/hwloc_get_next_osdev.3 \
669-
$(DOX_MAN_DIR)/man3/hwloc_get_next_bridge.3 \
670-
$(DOX_MAN_DIR)/man3/hwloc_bridge_covers_pcibus.3
671-
672672
man3_diffdir = $(man3dir)
673673
man3_diff_DATA = \
674674
$(DOX_MAN_DIR)/man3/hwlocality_diff.3 \
@@ -799,8 +799,8 @@ $(man3_helper_find_misc_DATA): $(DOX_TAG)
799799
$(man3_helper_distribute_DATA): $(DOX_TAG)
800800
$(man3_helper_topology_sets_DATA): $(DOX_TAG)
801801
$(man3_helper_nodeset_convert_DATA): $(DOX_TAG)
802-
$(man3_helper_distances_DATA): $(DOX_TAG)
803802
$(man3_helper_advanced_io_DATA): $(DOX_TAG)
803+
$(man3_distances_DATA): $(DOX_TAG)
804804
$(man3_diff_DATA): $(DOX_TAG)
805805
$(man3_cuda_DATA): $(DOX_TAG)
806806
$(man3_glibc_sched_DATA): $(DOX_TAG)

0 commit comments

Comments
 (0)