Changeset 398eb78 for skype/Makefile


Ignore:
Timestamp:
2009-09-27T11:22:59Z (15 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
843fbc9
Parents:
1a575f69
Message:

add a manpage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r1a575f69 r398eb78  
    22
    33VERSION = 0.7.2
     4DATE := $(shell date +%Y-%m-%d)
    45# latest stable
    56BITLBEE_VERSION = 1.2.3
     
    89
    910ifeq ($(BITLBEE),yes)
    10 all: skype.$(SHARED_EXT)
     11all: skype.$(SHARED_EXT) skyped.1
    1112else
    12 all:
     13all: skyped.1
    1314endif
    1415
     
    7576Changelog: .git/refs/heads/master
    7677        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.