Skip to content

Commit

Permalink
BUGFIX: Import errors from previous project
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-bang committed Aug 26, 2011
1 parent b6bbf0f commit c104dd8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
@@ -1,12 +1,15 @@
VERSION := $(shell perl -MExtUtils::MakeMaker -le 'print MM->parse_version(shift)' vmm)
DEBFACTORY := DebFactory

README: vmm
pod2text vmm >README
git add README
.PHONY: README.md

README.md: vmm
pod2text vmm | perl -e '$$_=join("",<>); s/(.*<!-- POD -->).*(<!-- END POD -->.*)/"$$1\n" . join("", <STDIN>) . $$2/es; print;' README.md >README.md.tmp
mv README.md.tmp README.md
git add README.md
git commit -m 'Auto update from POD'

commit: README
commit: README.md
-git commit -a

push: commit
Expand Down

0 comments on commit c104dd8

Please sign in to comment.