Skip to content

Commit

Permalink
Make new changes-infra an easy make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tux committed Jan 9, 2025
1 parent 3de7ec3 commit e4ea17c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ checkkeywords:
find . -type f \( -name .svn -prune -o -name \*.pm -o -name \*.PL -o -name \*.pl \) \
-exec bash -c '[ -z "$$(svn pg svn:keywords {})" ] && echo svn propset svn:keywords \"Id Revision\" {}' \;
.PHONY: doc
.PHONY: doc change changes
changes: $(changes_pm1)
doc:
perl doc/make-doc.pl
dbipport:
Expand Down

0 comments on commit e4ea17c

Please sign in to comment.