Changeset cc7a153 for skype/Makefile


Ignore:
Timestamp:
2010-04-05T21:25:07Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
12198ac
Parents:
f0493b1
Message:

make building documentation optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    rf0493b1 rcc7a153  
    1313endif
    1414
     15ifeq ($(ASCIIDOC),yes)
     16MANPAGES = skyped.1
     17else
     18MANPAGES =
     19endif
     20
    1521ifeq ($(BITLBEE),yes)
    16 all: skype.$(SHARED_EXT) skyped.1
     22LIBS = skype.$(SHARED_EXT)
    1723else
    18 all: skyped.1
     24LIBS =
    1925endif
     26
     27all: $(LIBS) $(MANPAGES)
    2028
    2129skype.$(SHARED_EXT): skype.c config.mak
Note: See TracChangeset for help on using the changeset viewer.