diff options
| -rw-r--r-- | skype/Makefile | 5 | ||||
| -rw-r--r-- | skype/README | 5 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/skype/Makefile b/skype/Makefile index 8f19a92a..ec9a8343 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -76,7 +76,7 @@ release:  	gpg --comment "See http://vmiklos.hu/gpg/ for info" \  		-ba bitlbee-skype-$(VERSION).tar.gz -doc: HEADER.html Changelog +doc: HEADER.html Changelog AUTHORS  HEADER.html: README Makefile  	asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README @@ -86,6 +86,9 @@ HEADER.html: README Makefile  Changelog: .git/refs/heads/master  	git log --no-merges |git name-rev --tags --stdin >Changelog +AUTHORS: .git/refs/heads/master +	git shortlog -s -n |sed 's/.*\t//'> AUTHORS +  %.1: %.txt asciidoc.conf  	a2x --asciidoc-opts="-f asciidoc.conf" \  		-a bs_version=$(VERSION) -a bs_date=$(DATE) -f manpage $< diff --git a/skype/README b/skype/README index 64358453..2c962d54 100644 --- a/skype/README +++ b/skype/README @@ -398,7 +398,6 @@ The Skype API documentation is  http://developer.skype.com/resources/public_api_ref.zip[here] if you're  interested. -  == Testimonials  ---- @@ -472,7 +471,7 @@ michael  to the following people: -* Wilmer van der Gaast, for answering questions about the BitlBee plugin interface +* people in link:AUTHORS[AUTHORS] for their contributions  * Arkadiusz Wahlig, author of skype4py, for making suggestions to skyped @@ -482,8 +481,6 @@ to the following people:  * Cristobal Palmer (tarheelcoxn), for helping to testing the plugin in a    timezone different to mine -* Risko Gergely, for his SkypeOut ideas -  * people on `#bitlbee` for feedback  Back to my link:/projects[projects page]. | 
