chiark / gitweb /
build, debian: Add a suffix to the main TrIPE-specific manpages.
[tripe] / keys / Makefile.am
index b0e295bbaf14301b7b5d1f9d78b56f1c2fd5160f..2c6b26bad70a9a229cda6716d7a45cde2594a4ab 100644 (file)
@@ -37,12 +37,12 @@ EXTRA_DIST          += tripe-keys.in
 CLEANFILES             += tripe-keys
 
 tripe-keys: tripe-keys.in Makefile
-       $(confsubst) $(srcdir)/tripe-keys.in >$@.new $(SUBSTITUTIONS) && \
+       $(SUBST) $(srcdir)/tripe-keys.in >$@.new $(SUBSTITUTIONS) && \
                chmod +x $@.new && mv $@.new $@
 
 ## Manual pages.
-man_MANS               += tripe-keys.8 tripe-keys.conf.5
-CLEANFILES             += tripe-keys.8 tripe-keys.conf.5
+man_MANS               += tripe-keys.8tripe tripe-keys.conf.5tripe
+CLEANFILES             += tripe-keys.8tripe tripe-keys.conf.5tripe
 EXTRA_DIST             += tripe-keys.8.in tripe-keys.conf.5.in
 
 ## Examples.