Changeset 5155570 for Makefile


Ignore:
Timestamp:
2011-07-03T14:15:13Z (13 years ago)
Author:
unknown <vmiklos@…>
Branches:
master
Children:
b518cdc
Parents:
b5a5938
Message:

Install skyped documentation if skype is enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb5a5938 r5155570  
    2929all: $(OUTFILE) $(OTR_PI) $(SKYPE_PI) systemd
    3030        $(MAKE) -C doc
     31ifdef SKYPE_PI
     32        $(MAKE) -C protocols/skype doc
     33endif
    3134
    3235uninstall: uninstall-bin uninstall-doc
     
    7174install-doc:
    7275        $(MAKE) -C doc install
     76ifdef SKYPE_PI
     77        $(MAKE) -C protocols/skype install-doc
     78endif
    7379
    7480uninstall-doc:
    7581        $(MAKE) -C doc uninstall
     82ifdef SKYPE_PI
     83        $(MAKE) -C protocols/skype uninstall-doc
     84endif
    7685
    7786install-bin:
Note: See TracChangeset for help on using the changeset viewer.