Merge branch 'ns/introduce-changelog' into next

This commit is contained in:
Nicolas Sebrecht
2011-01-18 19:20:12 +01:00
2 changed files with 129 additions and 1 deletions

View File

@ -42,10 +42,11 @@ clean:
man:
@$(MAKE) -C docs man
doc:
doc:
@$(MAKE) -C docs
rst2html.py README.rst readme.html
rst2html.py SubmittingPatches.rst SubmittingPatches.html
rst2html.py Changelog.rst Changelog.html
targz: ../$(TARGZ)
../$(TARGZ):