- Timestamp:
- 2011-07-03T14:15:13Z (13 years ago)
- Branches:
- master
- Children:
- b518cdc
- Parents:
- b5a5938
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/Makefile
rb5a5938 r5155570 1 -include config.mak 1 -include ../../Makefile.settings 2 ifdef SRCDIR 3 SRCDIR := $(SRCDIR)protocls/skype/ 4 endif 2 5 3 6 VERSION = 0.9.0 … … 80 83 -ba bitlbee-skype-$(VERSION).tar.gz 81 84 82 doc: HEADER.html Changelog AUTHORS 85 doc: skyped.1 86 87 install-doc: 88 mkdir -p $(DESTDIR)$(MANDIR)/man1/ 89 install -m 0644 $(SRCDIR)skyped.1 $(DESTDIR)$(MANDIR)/man1/ 90 91 uninstall-doc: 92 rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1* 83 93 84 94 HEADER.html: README Makefile
Note: See TracChangeset
for help on using the changeset viewer.