summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-07-06 17:07:53 +0200
committerDan McGee <dan@archlinux.org>2007-07-09 19:47:56 +0200
commitab87657b937f3de392b1796e7f93c4008cc21f01 (patch)
tree2008122f2c646214ee0b24bc650681c268a91370 /doc
parent499b750c2fbbedde27ad25d241f0c95566e5a0b7 (diff)
downloadpacman-ab87657b937f3de392b1796e7f93c4008cc21f01.tar.gz
pacman-ab87657b937f3de392b1796e7f93c4008cc21f01.tar.xz
Add Synopsis section to man 5 pages.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
-rw-r--r--doc/PKGBUILD.5.txt5
-rw-r--r--doc/makepkg.conf.5.txt5
-rw-r--r--doc/pacman.conf.5.txt5
4 files changed, 18 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ab73b8d7..a65f1cf7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,8 +25,9 @@ MOSTLYCLEANFILES = $(man_MANS) man3/*.3 *.xml
ASCIIDOC_OPTS = \
-f asciidoc.conf \
- -apacman_version="$(PACKAGE_VERSION)" \
- -apacman_date="`date +%Y-%m-%d`"
+ -a pacman_version="$(PACKAGE_VERSION)" \
+ -a pacman_date="`date +%Y-%m-%d`" \
+ -a sysconfdir=$(sysconfdir)
if HAS_DOXYGEN
all: doxygen.in
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 642f8884..3fa2f66b 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -6,6 +6,11 @@ Name
PKGBUILD - Arch Linux package build description file
+Synopsis
+--------
+PKGBUILD
+
+
Description
-----------
This manual page is meant to describe general rules about PKGBUILDs. Once a
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index fd867f6b..d8a02726 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -6,6 +6,11 @@ Name
makepkg.conf - makepkg configuration file
+Synopsis
+--------
+{sysconfdir}/makepkg.conf, ~/.makepkg.conf
+
+
Description
-----------
Configuration options for makekpg are stored in makepkg.conf. This file is
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index 295c9b28..180b19c7 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -6,6 +6,11 @@ Name
pacman.conf - pacman package manager configuration file
+Synopsis
+--------
+{sysconfdir}/pacman.conf
+
+
Description
-----------
Pacman, using manlink:libalpm[3], will attempt to read `pacman.conf` each