mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
bd7eb9475c
for and is a dependency of another package. (upgrade057) * Removed man2html stuff from doc/Makefile.am. * Patch: improved depends checking in _alpm_checkdeps Nagy Gabor <ngaba@petra.hos.u-szeged.hu> * Slight revisions to pmrule.py to allow for a PKG_PROVIDES test. * Very quick updates to the pactest README. * Added rules to some of the newer upgrade tests. Note: upgrade055 now fails due to requiredby entries not being written packages that are dependencies in a provides role.
18 lines
210 B
Makefile
18 lines
210 B
Makefile
man_MANS = \
|
|
pacman.8 \
|
|
makepkg.8 \
|
|
PKGBUILD.5 \
|
|
makepkg.conf.5 \
|
|
pacman.conf.5 \
|
|
libalpm.3
|
|
|
|
if HAS_DOXYGEN
|
|
man_MANS += $(wildcard man3/*.3)
|
|
endif
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
clean-local:
|
|
$(RM) man3/*.3
|
|
|