Skip to content

Commit

Permalink
Keep NEWS in a markdown format.
Browse files Browse the repository at this point in the history
  • Loading branch information
radarsat1 committed Apr 26, 2013
1 parent 9e5515e commit cb35a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ do
if ! [ -e README ]; then
ln -sv README.markdown README || cp README.markdown README
fi
# Copy NEWS.markdown for NEWS to make automake happy
if ! [ -e NEWS ]; then
ln -sv NEWS.markdown NEWS || cp NEWS.markdown NEWS
fi
echo "Running automake --gnu $am_opt ..."
automake --add-missing --gnu $am_opt
echo "Running autoconf ..."
Expand Down

0 comments on commit cb35a26

Please sign in to comment.