Skip to content

Commit

Permalink
Fix Makefile target for creating changelogs (apache#7455)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop authored Jan 28, 2021
1 parent 57a1854 commit 59d31f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ doxygen:
@cd doc && $(MAKE) $(AM_MAKEFLAGS) $@

changelog:
./tools/changelog.pl apache trafficserver $(VERSION) $(AUTHTOKEN) > CHANGELOG-$(VERSION)
./tools/git/changelog.pl -o apache -r trafficserver -m $(VERSION) -a $(AUTHTOKEN) > CHANGELOG-$(VERSION)

asf-dist: asf-distdir
tardir=$(distdir) && $(am__tar) --mtime=./configure.ac | bzip2 -9 -c >$(distdir).tar.bz2
Expand Down

0 comments on commit 59d31f1

Please sign in to comment.