Skip to content

Commit

Permalink
* Makefile.am
Browse files Browse the repository at this point in the history
  - Fix gnuify-changelog.pl path
  • Loading branch information
yamaken committed Dec 27, 2006
1 parent c915707 commit 0fdee96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -32,7 +32,7 @@ FORCE:

ChangeLog: FORCE
svn export $(UIM_REPOSITORY)/trunk/tools/gnuify-changelog.pl
svn log $(RELEASE_URL) | gnuify-changelog.pl > $@
svn log $(RELEASE_URL) | ./gnuify-changelog.pl > $@
@if test -s $@; then \
echo "ChangeLog updated successfully."; \
else \
Expand Down

0 comments on commit 0fdee96

Please sign in to comment.