]> git.pld-linux.org Git - packages/cacti-spine.git/commitdiff
fix help2man
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 21:29:16 +0000 (23:29 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 21:29:16 +0000 (23:29 +0200)
make seems to resolve $<, force ./ path

man-dep.patch

index 7cfa3d415537cc410a4cfd3027132c35db292961..fd7c98b65d7d33ff1a90196ecc3ba0751c8c01a3 100644 (file)
@@ -8,5 +8,5 @@ http://bugs.cacti.net/view.php?id=2663
  
 -spine.1: spine.c 
 -      $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./spine
-+spine.1: ./spine
-+      $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' $<
++spine.1: spine
++      $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./$<
This page took 0.182536 seconds and 4 git commands to generate.