chiark / gitweb /
server/keyexch.c: Check that all of the algorithms match when setting up.
[tripe] / client / Makefile.am
index 4e03c3be2cff4de63d85f8deb9ceadb250158c0b..61921370d3a86cb1003708f73e34b43f57264519 100644 (file)
@@ -38,8 +38,8 @@ bin_PROGRAMS          += tripectl
 tripectl_SOURCES        = tripectl.c
 
 ## Manual page.
-man_MANS               += tripectl.1
-CLEANFILES             += tripectl.1
+man_MANS               += tripectl.1tripe
+CLEANFILES             += tripectl.1tripe
 EXTRA_DIST             += tripectl.1.in
 
 ###----- That's all, folks --------------------------------------------------