blob: 060615a4491bf1a168fe56da6feb8d76e3bbcbc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -urN attr-2.4.1.old/man/Makefile attr-2.4.1/man/Makefile
--- attr-2.4.1.old/man/Makefile 2002-06-04 16:07:56.000000000 -0700
+++ attr-2.4.1/man/Makefile 2003-12-09 20:25:40.000000000 -0800
@@ -33,7 +33,7 @@
TOPDIR = ..
include $(TOPDIR)/include/builddefs
-SUBDIRS = man1 man2 man3 man5
+SUBDIRS = man1 man3 man5
default install install-dev install-lib: $(SUBDIRS)
$(SUBDIRS_MAKERULE)
|