summaryrefslogtreecommitdiff
path: root/man/man2
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-03-26 04:30:40 +0000
committerNathan Scott <nathans@sgi.com>2002-03-26 04:30:40 +0000
commit5bf7c3b7fc817a461c1892cf7a9c437e7526ba54 (patch)
tree3c0e2fc515263702457a3c6dbeee0e151fac98ae /man/man2
parentb20b284b703b0dc7d0fa2c0110b933c4f01fde21 (diff)
downloadattr-5bf7c3b7fc817a461c1892cf7a9c437e7526ba54.tar.gz
bump release number for man page and mips syscall updates.
Diffstat (limited to 'man/man2')
-rw-r--r--man/man2/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/man/man2/Makefile b/man/man2/Makefile
index 453ab78..fc65438 100644
--- a/man/man2/Makefile
+++ b/man/man2/Makefile
@@ -38,7 +38,6 @@ MAN_SECTION = 2
MAN_PAGES = $(shell echo *.$(MAN_SECTION))
MAN_DEST = $(PKG_MAN_DIR)/man$(MAN_SECTION)
LSRCFILES = $(MAN_PAGES)
-LDIRT = $(MAN_PAGES:%=%.ps) $(MAN_PAGES:%=%.html)
default install : $(MAN_PAGES)
@@ -48,13 +47,3 @@ install-dev : default
$(INSTALL) -m 755 -d $(MAN_DEST)
$(INSTALL_MAN)
install-lib:
-
-html : $(MAN_PAGES:%=%.html)
-ps : $(MAN_PAGES:%=%.ps)
-
-%.$(MAN_SECTION).ps : %.$(MAN_SECTION)
- groff -man -T ps $< > $@
-
-%.$(MAN_SECTION).html : %.$(MAN_SECTION)
- groff -man -T html $< > $@
-