diff options
author | Allan McRae <allan@archlinux.org> | 2019-03-02 06:38:50 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-07 02:12:12 +0100 |
commit | 2883b869c72102bf00b4dc14f663c2f322736bc0 (patch) | |
tree | c317845e473eb63062bfa8953c963471f73cf788 /doc/Makefile.am | |
parent | 9adb0d5b37df7ca668e23877e85431dabeea005e (diff) | |
download | pacman-2883b869c72102bf00b4dc14f663c2f322736bc0.tar.gz pacman-2883b869c72102bf00b4dc14f663c2f322736bc0.tar.xz |
Remove pkgdelta
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d6eaa67d..3c4a329f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,7 +10,6 @@ MANPAGES = \ makepkg-template.1 \ repo-add.8 \ vercmp.8 \ - pkgdelta.8 \ pacman-key.8 \ PKGBUILD.5 \ makepkg.conf.5 \ @@ -42,7 +41,6 @@ EXTRA_DIST = \ makepkg-template.1.asciidoc \ repo-add.8.asciidoc \ vercmp.8.asciidoc \ - pkgdelta.8.asciidoc \ pacman-key.8.asciidoc \ PKGBUILD.5.asciidoc \ PKGBUILD-example.txt \ |