summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-03-16 04:53:34 (GMT)
committerBoris Pek <tehnick-8@yandex.ru>2017-03-20 14:35:18 (GMT)
commit13b5f5e047577af1484fd7163f3fd390d5e33b6a (patch)
tree7466b5e378eead958bf36d0d231e8810467bdc09 /Makefile
parent3893ad71f5ae8bbec6364d9306af0b5912aee06e (diff)
downloadmxe-13b5f5e047577af1484fd7163f3fd390d5e33b6a.zip
mxe-13b5f5e047577af1484fd7163f3fd390d5e33b6a.tar.gz
mxe-13b5f5e047577af1484fd7163f3fd390d5e33b6a.tar.bz2
add MANLINKS to MXE_DISABLE_DOCS
It is used in libotr (toolkit/Makefile.am) to define a list of symlinks to the main man page. Search for MANLINKS reveals that it is used in many other projects.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9e4440..53d312b 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,7 @@ MXE_DISABLE_DOCS = \
dist_man8_MANS= \
dist_man9_MANS= \
notrans_dist_man_MANS= \
+ MANLINKS= \
info_TEXINFOS= \
doc_DATA= \
dist_doc_DATA= \