summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-11-22 00:26:45 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-11-22 00:26:45 +0100
commit3e9e50cee4cb233539525a267e945381c3b97af5 (patch)
treea049181db4878d69d64729924dccff62ded63eb4 /doc/Makefile.am
parent5bc22db14b6ffd4cb39722a415d4cd176bb7fc0d (diff)
downloadratpoison-3e9e50cee4cb233539525a267e945381c3b97af5.zip
Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36
I'll be more careful when using 'c' in Magit. ;)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am22
1 files changed, 2 insertions, 20 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c90d6ff..e653893 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,23 +19,5 @@
info_TEXINFOS = ratpoison.texi
man_MANS = ratpoison.1
-EXTRA_DIST = ratpoison.mdoc.1 \
- ratpoison.man.1 \
- sample.ratpoisonrc \
- ipaq.ratpoisonrc \
- fdl.texi
-
-if NO_MDOC_MANPAGE
-ratpoison.1: ratpoison.man.1
- cp ratpoison.man.1 ratpoison.1
-else
-ratpoison.1: ratpoison.mdoc.1
- cp ratpoison.mdoc.1 ratpoison.1
-endif
-
-ratpoison.man.1: ratpoison.mdoc.1
- tmp=$$(mktemp) && \
- mandoc -Tman ratpoison.mdoc.1 > "$$tmp" && \
- mv "$$tmp" ratpoison.man.1
-
-MAINTAINERCLEANFILES = Makefile.in ratpoison.man.1 texinfo.tex
+EXTRA_DIST = $(man_MANS) sample.ratpoisonrc ipaq.ratpoisonrc fdl.texi
+MAINTAINERCLEANFILES = Makefile.in texinfo.tex