From f6c8532fd04f334c35b3e860ee08d2cdee83a07c Mon Sep 17 00:00:00 2001 From: Ray Kohler Date: Fri, 25 Mar 2011 20:26:08 -0400 Subject: Add manpage for pkgdelta Signed-off-by: Ray Kohler Signed-off-by: Dan McGee --- doc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index ed9bb000..def58c4e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,6 +8,7 @@ ASCIIDOC_MANS = \ makepkg.8 \ repo-add.8 \ vercmp.8 \ + pkgdelta.8 \ pacman-key.8 \ PKGBUILD.5 \ makepkg.conf.5 \ @@ -21,6 +22,7 @@ HTML_MANPAGES = \ makepkg.8.html \ repo-add.8.html \ vercmp.8.html \ + pkgdelta.8.html \ pacman-key.8.html \ PKGBUILD.5.html \ makepkg.conf.5.html \ @@ -43,6 +45,7 @@ EXTRA_DIST = \ makepkg.8.txt \ repo-add.8.txt \ vercmp.8.txt \ + pkgdelta.8.txt \ pacman-key.8.txt \ PKGBUILD.5.txt \ PKGBUILD-example.txt \ @@ -136,6 +139,7 @@ pacman.8 pacman.8.html: pacman.8.txt makepkg.8 makepkg.8.html: makepkg.8.txt repo-add.8 repo-add.8.html: repo-add.8.txt vercmp.8 vercmp.8.html: vercmp.8.txt +pkgdelta.8 pkgdelta.8.html: pkgdelta.8.txt pacman-key.8 pacman-key.8.html: pacman-key.8.txt PKGBUILD.5 PKGBUILD.5.html: PKGBUILD.5.txt PKGBUILD-example.txt makepkg.conf.5 makepkg.conf.5.html: makepkg.conf.5.txt -- cgit v1.2.3-24-g4f1b