Bladeren bron

Add rules to automatically generate man pages for some of our tools.

Cyril Roelandt 13 jaren geleden
bovenliggende
commit
10f410feae
1 gewijzigde bestanden met toevoegingen van 20 en 0 verwijderingen
  1. 20 0
      tools/Makefile.am

+ 20 - 0
tools/Makefile.am

@@ -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