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
  • 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.