diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-07-15 07:08:38 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-07-15 07:08:38 +0000 |
commit | abb0c17777a9d40009152557e7e895eecd8f93d9 (patch) | |
tree | 6b38e4f80f2cffe742cc10223f87eb23a0d89ac2 | |
parent | 27ebda48c23d3d5f81a2b9913b16dc24fe47b6d4 (diff) | |
download | pandoc-abb0c17777a9d40009152557e7e895eecd8f93d9.tar.gz |
Updated release checklist with new windows makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1598 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | RELEASE-CHECKLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index d72b3d277..c84b93b2a 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -8,7 +8,8 @@ _ Tag release _ Generate tarball (make tarball) -_ Generate Windows package and copy to directory +_ Generate Windows package and copy to directory. (be sure to + 'make prep' first to strip the executable, inter alia) _ Upload to Google Code googlecode_upload.py -s "Source tarball" -p pandoc -u fiddlosopher --labels=Featured,Type-Source,OpSys-All dist/pandoc-1.2.tar.gz |