diff options
Diffstat (limited to 'protocols/skype')
| -rw-r--r-- | protocols/skype/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/protocols/skype/Makefile b/protocols/skype/Makefile index 6548bfb9..b0ad2237 100644 --- a/protocols/skype/Makefile +++ b/protocols/skype/Makefile @@ -5,9 +5,9 @@ endif  DATE := $(shell date +%Y-%m-%d)  INSTALL = install -ASCIIDOC = yes -ifeq ($(ASCIIDOC),yes) + +ifdef ASCIIDOC  MANPAGES = skyped.1  else  MANPAGES = @@ -28,7 +28,7 @@ test: all  doc: $(MANPAGES)  install-doc: doc -ifeq ($(ASCIIDOC),yes) +ifdef ASCIIDOC  	$(INSTALL) -d $(DESTDIR)$(MANDIR)/man1  	$(INSTALL) -m644 $(MANPAGES) $(DESTDIR)$(MANDIR)/man1  endif | 
