X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fbootstrap;h=f3fe2d770f22f9652d9a7bb554e705c62392bccb;hb=9da88c774b7225c558df7ebe07c193677a5c25fa;hp=c4f02673785b5f83289a1fcd08370dbb336aeb46;hpb=263524301a209ceb5fbbf6bd1c4c0cbb73a7efb8;p=synfig.git diff --git a/synfig-studio/trunk/bootstrap b/synfig-studio/trunk/bootstrap index c4f0267..f3fe2d7 100755 --- a/synfig-studio/trunk/bootstrap +++ b/synfig-studio/trunk/bootstrap @@ -150,7 +150,7 @@ mv project.spec "$PACKAGE.spec" output Finishing up $PACKAGE.spec... echo %changelog >> "$PACKAGE.spec" -cat ChangeLog >> "$PACKAGE.spec" +cat NEWS >> "$PACKAGE.spec" output Creating configure.in from configure.ac... sed "$SED_SCRIPT" < $CONFIG_DIR/configure.ac > configure.in;