Changeset 5155570


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

Files:
2 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:
  • protocols/skype/Makefile

    rb5a5938 r5155570  
    1 -include config.mak
     1-include ../../Makefile.settings
     2ifdef SRCDIR
     3SRCDIR := $(SRCDIR)protocls/skype/
     4endif
    25
    36VERSION = 0.9.0
     
    8083                -ba bitlbee-skype-$(VERSION).tar.gz
    8184
    82 doc: HEADER.html Changelog AUTHORS
     85doc: skyped.1
     86
     87install-doc:
     88        mkdir -p $(DESTDIR)$(MANDIR)/man1/
     89        install -m 0644 $(SRCDIR)skyped.1 $(DESTDIR)$(MANDIR)/man1/
     90
     91uninstall-doc:
     92        rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1*
    8393
    8494HEADER.html: README Makefile
Note: See TracChangeset for help on using the changeset viewer.