Changeset c42d991
- Timestamp:
- 2015-05-29T22:17:50Z (9 years ago)
- Branches:
- master
- Children:
- 0f7eccff
- Parents:
- d304445
- git-author:
- dequis <dx@…> (28-05-15 18:21:30)
- git-committer:
- dequis <dx@…> (29-05-15 22:17:50)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rd304445 rc42d991 4 4 - ./configure 5 5 - make check 6 - dpkg-buildpackage -uc -us6 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us 7 7 8 8 before_install: -
protocols/skype/Makefile
rd304445 rc42d991 19 19 install-doc: 20 20 $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 21 $(INSTALL) -m644 skyped.1 $(DESTDIR)$(MANDIR)/man121 $(INSTALL) -m644 $(_SRCDIR_)skyped.1 $(DESTDIR)$(MANDIR)/man1 22 22 23 23 uninstall-doc:
Note: See TracChangeset
for help on using the changeset viewer.