- Timestamp:
- 2010-04-06T15:37:34Z (15 years ago)
- Branches:
- master
- Children:
- ac423d0
- Parents:
- 49a3c02
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r49a3c02 r65acff8 33 33 34 34 install: all 35 ifeq ($(ASCIIDOC),yes) 36 $(INSTALL) -d $(DESTDIR)$(mandir)/man1 37 $(INSTALL) -m644 $(MANPAGES) $(DESTDIR)$(mandir)/man1 38 endif 35 39 ifeq ($(BITLBEE),yes) 36 40 $(INSTALL) -d $(DESTDIR)$(plugindir) -
skype/config.mak.in
r49a3c02 r65acff8 13 13 libdir = @libdir@ 14 14 plugindir = ${libdir}/bitlbee 15 datarootdir = @datarootdir@ 16 mandir = @mandir@
Note: See TracChangeset
for help on using the changeset viewer.