Skip to content

Commit e4ea17c

Browse files
committed
Make new changes-infra an easy make target
1 parent 3de7ec3 commit e4ea17c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.PL

+2-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ checkkeywords:
380380
find . -type f \( -name .svn -prune -o -name \*.pm -o -name \*.PL -o -name \*.pl \) \
381381
-exec bash -c '[ -z "$$(svn pg svn:keywords {})" ] && echo svn propset svn:keywords \"Id Revision\" {}' \;
382382
383-
.PHONY: doc
383+
.PHONY: doc change changes
384+
changes: $(changes_pm1)
384385
doc:
385386
perl doc/make-doc.pl
386387
dbipport:

0 commit comments

Comments
 (0)