summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am20
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