chiark / gitweb /
Overhaul manual pages.
[tripe] / client / Makefile.am
index cfef996fc4f95e73ede604fbd2cc0c59e52b9d3d..dbbc25796d90fbd9d29e08e4a7e2fa310dd4df2e 100644 (file)
@@ -41,8 +41,4 @@ man_MANS              += tripectl.1
 CLEANFILES             += tripectl.1
 EXTRA_DIST             += tripectl.1.in
 
-tripectl.1: tripectl.1.in Makefile
-       $(confsubst) $(srcdir)/tripectl.1.in >$@.new $(SUBSTITUTIONS) && \
-               mv $@.new $@
-
 ###----- That's all, folks --------------------------------------------------