summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-09 20:22:01 +0200
committerDan McGee <dan@archlinux.org>2007-07-09 20:22:01 +0200
commitcd5b38a4b0e8cfe634b31fc730bddbc373eb17ce (patch)
tree51b52702729f98e8e64670af666cf5af9532021d /doc/Makefile.am
parente412ac19f549afa26b58dbd2a2090ed95ca9cb95 (diff)
downloadpacman-cd5b38a4b0e8cfe634b31fc730bddbc373eb17ce.tar.gz
pacman-cd5b38a4b0e8cfe634b31fc730bddbc373eb17ce.tar.xz
Add a manpage for repo-add
We still need some work here- we should have a repo-remove manpage link to this one, and we should not have to struggle with asciidoc formatting to get it to work like any other multiple-command manpage works. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 89f2a639..f790f585 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,7 @@
ASCIIDOC_MANS = \
pacman.8 \
makepkg.8 \
+ repo-add.8 \
PKGBUILD.5 \
makepkg.conf.5 \
pacman.conf.5 \
@@ -15,6 +16,7 @@ endif
EXTRA_DIST = \
pacman.8.txt \
makepkg.8.txt \
+ repo-add.8.txt \
PKGBUILD.5.txt \
PKGBUILD-example.txt \
makepkg.conf.5.txt \
@@ -46,6 +48,7 @@ $(ASCIIDOC_MANS):
$(ASCIIDOC_MANS): footer.txt
pacman.8: pacman.8.txt
makepkg.8: makepkg.8.txt
+repo-add.8: repo-add.8.txt
PKGBUILD.5: PKGBUILD.5.txt PKGBUILD-example.txt
makepkg.conf.5: makepkg.conf.5.txt
pacman.conf.5: pacman.conf.5.txt