Douglas William Thrift 14 년 전
부모
커밋
e74366d5eb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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