diff options
author | Pekka Pessi <Pekka.Pessi@nokia.com> | 2011-02-04 17:09:28 +0200 |
---|---|---|
committer | Pekka Pessi <Pekka.Pessi@nokia.com> | 2011-02-04 17:09:28 +0200 |
commit | 67d7133e892c032ff4bb1791cb69c650cd41ecf6 (patch) | |
tree | 900431c0a90ee5efe5502c217d0b47462dab409a /docs | |
parent | 42e70b0246670844e45a5398371e59260c1fbca9 (diff) |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 4 |
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@,' < $< > $@ |