Douglas William Thrift 14 years ago
parent
commit
e74366d5eb
2 changed files with 2 additions and 2 deletions
  1. 2 2
      GNUmakefile
  2. 0 0
      dtpstree.1.in

+ 2 - 2
GNUmakefile

@@ -8,8 +8,8 @@ all: dtpstree
 
 man: man1/dtpstree.1
 
-man1/%.1: % man1/%.1.in
-	help2man -I $@.in -Nn '$(shell sed -e '$$ s|^// ||p;d' $<.cpp)' -o $@ $(shell realpath $<)
+man1/%.1: % %.1.in
+	help2man -I $*.1.in -Nn '$(shell sed -e '$$ s|^// ||p;d' $<.cpp)' -o $@ $(shell realpath $<)
 
 clean:
 	rm -f dtpstree $(wildcard *core)

+ 0 - 0
man1/dtpstree.1.in → dtpstree.1.in