blob: a7f3cb8f453fa8d8c1fb656efec8e06b04d1db51 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate [disable feature]
2
Brad Bishopd7bf8c12018-02-25 22:55:05 -05003---
4 Makefile.am | 3 +--
5 1 file changed, 1 insertion(+), 2 deletions(-)
6
7diff --git a/Makefile.am b/Makefile.am
8index 0da52cb16..a1f79e0a2 100644
9--- a/Makefile.am
10+++ b/Makefile.am
11@@ -13,8 +13,7 @@ SUBDIRS = \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012 $(MAYBE_DSELECT) \
13 scripts \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014 t-func \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015- po \
16- man
17+ po
18
19 ACLOCAL_AMFLAGS = -I m4
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020
21--
222.11.0