- Timestamp:
- 2009-09-27T11:22:59Z (15 years ago)
- Branches:
- master
- Children:
- 843fbc9
- Parents:
- 1a575f69
- Location:
- skype
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r1a575f69 r398eb78 2 2 3 3 VERSION = 0.7.2 4 DATE := $(shell date +%Y-%m-%d) 4 5 # latest stable 5 6 BITLBEE_VERSION = 1.2.3 … … 8 9 9 10 ifeq ($(BITLBEE),yes) 10 all: skype.$(SHARED_EXT) 11 all: skype.$(SHARED_EXT) skyped.1 11 12 else 12 all: 13 all: skyped.1 13 14 endif 14 15 … … 75 76 Changelog: .git/refs/heads/master 76 77 git log --no-merges |git name-rev --tags --stdin >Changelog 78 79 %.1: %.txt asciidoc.conf 80 a2x --asciidoc-opts="-f asciidoc.conf" \ 81 -a bs_version=$(VERSION) -a bs_date=$(DATE) -f manpage $<
Note: See TracChangeset
for help on using the changeset viewer.