|
@@ -48,3 +48,23 @@ noinst_PROGRAMS = cbc2paje lp2paje
|
|
|
|
|
|
dist_bin_SCRIPTS += \
|
|
|
starpu_top
|
|
|
+
|
|
|
+
|
|
|
+starpu_calibrate_bus.1: starpu_calibrate_bus
|
|
|
+ help2man --no-discard-stderr -N ./starpu_calibrate_bus > starpu_calibrate_bus.1
|
|
|
+
|
|
|
+starpu_machine_display.1: starpu_machine_display
|
|
|
+ help2man --no-discard-stderr -N ./starpu_machine_display > starpu_machine_display.1
|
|
|
+
|
|
|
+starpu_perfmodel_display.1: starpu_perfmodel_display
|
|
|
+ help2man --no-discard-stderr -N ./starpu_perfmodel_display > starpu_perfmodel_display.1
|
|
|
+
|
|
|
+starpu_perfmodel_plot.1: starpu_perfmodel_plot
|
|
|
+ help2man --no-discard-stderr -N ./starpu_perfmodel_plot > starpu_perfmodel_plot.1
|
|
|
+
|
|
|
+
|
|
|
+dist_man1_MANS =\
|
|
|
+ starpu_calibrate_bus.1 \
|
|
|
+ starpu_machine_display.1 \
|
|
|
+ starpu_perfmodel_display.1 \
|
|
|
+ starpu_perfmodel_plot.1
|