diff options
Diffstat (limited to 'make-sdist.sh')
-rw-r--r-- | make-sdist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-sdist.sh b/make-sdist.sh index 27c0ea6f..914bf909 100644 --- a/make-sdist.sh +++ b/make-sdist.sh @@ -13,7 +13,7 @@ cd .. tar cvzf haddock-*.tar.gz haddock-*/ # Steps for doing a release: -# * Update version number in .cabal, doc/haddock.xml, haddock.spec +# * Update version number in .cabal, doc/haddock.xml # * Update CHANGES # * Source: # - do the above |