diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-19 14:03:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-19 14:03:50 -0400 |
commit | e837a226d6bdbbe4a8b02a45b663552e2904adb7 (patch) | |
tree | e3f31b42a4447af9a231c0938ab635a337d6087e | |
parent | 4b5e4a9e37b1f28a68bec8c78a8fe3ef4b811f3b (diff) | |
download | ikiwiki-e837a226d6bdbbe4a8b02a45b663552e2904adb7.tar ikiwiki-e837a226d6bdbbe4a8b02a45b663552e2904adb7.tar.gz |
remove reundant chengelog version parse
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 7906f6593..df677262b 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -50,7 +50,7 @@ extra_build: $(outprogs) ikiwiki.setup docwiki ./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man ./mdwn2man ikiwiki-calendar 1 doc/ikiwiki-calendar.mdwn > ikiwiki-calendar.man $(MAKE) -C po - $(SED) -i.bkp "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)/" ikiwiki.spec + $(SED) -i.bkp "s/Version:.*/Version: $(VER)/" ikiwiki.spec rm -f ikiwiki.spec.bkp docwiki: |