summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2022-04-22 21:40:20 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-05-17 21:03:43 +0200
commit11edc4504867579e11e90557d8707875f6284431 (patch)
treecf831321c1de20e6097312c12f2d171abf23d36e /Makefile
parentf42b032c5ed0b45d56742318bc34c64ecd961ccb (diff)
downloaddevtools-11edc4504867579e11e90557d8707875f6284431.tar.xz
diffpkg - diff repo vs. build package
Include a new tool as alternative to checkpkg, this runs diffoscope on a newly build package and the current repository package. This can be useful for finding new files / binaries.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6cb6de..69eabe9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ IN_PROGS = \
checkpkg \
commitpkg \
crossrepomove\
+ diffpkg \
finddeps \
find-libdeps \
lddd \
@@ -76,6 +77,7 @@ MANS = \
doc/makechrootpkg.1 \
doc/lddd.1 \
doc/checkpkg.1 \
+ doc/diffpkg.1 \
doc/offload-build.1 \
doc/sogrep.1 \
doc/makerepropkg.1 \