Explorar o código

tools/Makefile.am: fix command line when calling help2man

	Do not understand why executable needs to be suffixed with ./ and shell scripts do not ....
Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
1d63f10a51
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tools/Makefile.am

+ 2 - 2
tools/Makefile.am

@@ -116,10 +116,10 @@ starpu_workers_activity.1: starpu_workers_activity$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ ./$<
 starpu_codelet_profile.1: starpu_codelet_profile$(EXEEXT)
 	chmod +x $<
-	help2man --no-discard-stderr -N --output=$@ ./$<
+	help2man --no-discard-stderr -N --output=$@ $<
 starpu_codelet_histo_profile.1: starpu_codelet_histo_profile$(EXEEXT)
 	chmod +x $<
-	help2man --no-discard-stderr -N --output=$@ ./$<
+	help2man --no-discard-stderr -N --output=$@ $<
 
 if STARPU_USE_FXT
 starpu_fxt_tool.1: starpu_fxt_tool$(EXEEXT)