diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-28 04:00:21 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-28 04:00:21 +0000 |
commit | bd7eb9475cdf3bd6dff62e4a38243cac18ba0c8e (patch) | |
tree | 1b59860a7803d2b2511d50f9f45979f9cd535867 /doc/Makefile.am | |
parent | 820fae9d75be7527964d441164f0bce6eaaf5183 (diff) | |
download | pacman-bd7eb9475cdf3bd6dff62e4a38243cac18ba0c8e.tar.xz |
* Added another test as suggested by Nagy on the ML- a package both provides
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.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ead359c3..f748ee6b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -12,26 +12,6 @@ endif EXTRA_DIST = $(man_MANS) -MAN2HTML=man2html -r -SUFFIXES=.3 .5 .8 .3.html .5.html .8.html - -# targets for each man section, sed removes a weird artifact left by man2html -.3.3.html: - $(RM) $@ - -${MAN2HTML} $< | sed '1,2d' > $@ - -.5.5.html: - $(RM) $@ - -${MAN2HTML} $< | sed '1,2d' > $@ - -.8.8.html: - $(RM) $@ - -${MAN2HTML} $< | sed '1,2d' > $@ - -man2html: pacman.8.html makepkg.8.html PKGBUILD.5.html makepkg.conf.5.html pacman.conf.5.html libalpm.3.html - clean-local: - $(RM) *.html $(RM) man3/*.3 -.PHONY: man2html |