mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
Add Synopsis section to man 5 pages.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
parent
499b750c2f
commit
ab87657b93
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user