blob: afa01b77291dd7eb596a37549eebb0af670b11c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2021-02-08 15:49:16 UTC
+++ Makefile.in
@@ -489,7 +489,7 @@ NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o
NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
# Files not to be distributed
-SUBDIRS = . doc $(MAKE_SUBDIRS) libs utils texk
+SUBDIRS = . doc $(MAKE_SUBDIRS) utils texk
DIST_SUBDIRS = auxdir/auxsub doc $(CONF_SUBDIRS) libs utils texk
recurse_this =
recurse_top =
|