1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Add Synopsis section to man 5 pages.

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
Andrew Fyfe 2007-07-06 16:07:53 +01:00 committed by Dan McGee
parent 499b750c2f
commit ab87657b93
4 changed files with 18 additions and 2 deletions

View File

@ -25,8 +25,9 @@ MOSTLYCLEANFILES = $(man_MANS) man3/*.3 *.xml
ASCIIDOC_OPTS = \ ASCIIDOC_OPTS = \
-f asciidoc.conf \ -f asciidoc.conf \
-apacman_version="$(PACKAGE_VERSION)" \ -a pacman_version="$(PACKAGE_VERSION)" \
-apacman_date="`date +%Y-%m-%d`" -a pacman_date="`date +%Y-%m-%d`" \
-a sysconfdir=$(sysconfdir)
if HAS_DOXYGEN if HAS_DOXYGEN
all: doxygen.in all: doxygen.in

View File

@ -6,6 +6,11 @@ Name
PKGBUILD - Arch Linux package build description file PKGBUILD - Arch Linux package build description file
Synopsis
--------
PKGBUILD
Description Description
----------- -----------
This manual page is meant to describe general rules about PKGBUILDs. Once a This manual page is meant to describe general rules about PKGBUILDs. Once a

View File

@ -6,6 +6,11 @@ Name
makepkg.conf - makepkg configuration file makepkg.conf - makepkg configuration file
Synopsis
--------
{sysconfdir}/makepkg.conf, ~/.makepkg.conf
Description Description
----------- -----------
Configuration options for makekpg are stored in makepkg.conf. This file is Configuration options for makekpg are stored in makepkg.conf. This file is

View File

@ -6,6 +6,11 @@ Name
pacman.conf - pacman package manager configuration file pacman.conf - pacman package manager configuration file
Synopsis
--------
{sysconfdir}/pacman.conf
Description Description
----------- -----------
Pacman, using manlink:libalpm[3], will attempt to read `pacman.conf` each Pacman, using manlink:libalpm[3], will attempt to read `pacman.conf` each