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

This commit is contained in:
Yann Leboulanger 2008-01-22 16:52:01 +00:00
parent bd4670ec38
commit ae36e4962a
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,13 @@ sounds_DATA = $(srcdir)/sounds/*.wav
otherdir = $(pkgdatadir)/data/other otherdir = $(pkgdatadir)/data/other
other_DATA = other/servers.xml other/cacerts.pem 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) \ EXTRA_DIST = $(desktop_in_files) \