diff --git a/packaging/linux/deb/buildpackage.sh b/packaging/linux/deb/buildpackage.sh index c700c6151b..3c996297ae 100755 --- a/packaging/linux/deb/buildpackage.sh +++ b/packaging/linux/deb/buildpackage.sh @@ -39,8 +39,8 @@ gzip -9 "${DEB_BUILD_ROOT}/${DOCDIR}/AUTHORS" DATE=`date -R` echo -e "openra (${VERSION}) unstable; urgency=low\n" > "${DEB_BUILD_ROOT}/${DOCDIR}/changelog" -cat "../../../CHANGELOG.md" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog" -echo -e "\n\n-- Paul Chote ${DATE}" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog" +cat "../../../Changelog.md" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog" +echo -e "\n\n-- Paul Chote ${DATE}" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog" gzip -9 "${DEB_BUILD_ROOT}/${DOCDIR}/changelog" rm "${DEB_BUILD_ROOT}/${LIBDIR}/COPYING" diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 22f9f9cf3a..ca5c820805 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -21,8 +21,8 @@ make package # Remove the mdb files that are created during `make` find . -path "*.mdb" -delete -wget https://raw.github.com/wiki/OpenRA/OpenRA/CHANGELOG.md -markdown CHANGELOG.md > CHANGELOG.html +wget https://raw.github.com/wiki/OpenRA/OpenRA/Changelog.md +markdown Changelog.md > CHANGELOG.html markdown README.md > README.html markdown CONTRIBUTING.md > CONTRIBUTING.html markdown DOCUMENTATION.md > DOCUMENTATION.html