Skip to content
Snippets Groups Projects
Commit ae36e496 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't install gajim-remote man file if we don't install gajim-remote

parent bd4670ec
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,13 @@ sounds_DATA = $(srcdir)/sounds/*.wav
otherdir = $(pkgdatadir)/data/other
other_DATA = other/servers.xml other/cacerts.pem
man_MANS = gajim.1 gajim-remote.1
if BUILD_REMOTE_CONTROL
OPTIONAL_MAN = gajim-remote.1
else
OPTIONAL_MAN =
endif
man_MANS = gajim.1 $(OPTIONAL_MAN)
EXTRA_DIST = $(desktop_in_files) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment