summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 20b603c..19c27b9 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,9 +1,9 @@
EXTRA_DIST = design.txt DTMF-playback
# Man page
-man_MANS = telepathy-sofiasip.8
+man_MANS = telepathy-ring.8
CLEANFILES = $(man_MANS)
-EXTRA_DIST += telepathy-sofiasip.8.in
+EXTRA_DIST += telepathy-ring.8.in
%.8: %.8.in Makefile
sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@