blob: 39a97dc9dbbd4335d0d5746add417047753672fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.am.orig 2019-11-23 15:26:28 UTC
+++ Makefile.am
@@ -5,14 +5,14 @@ ACLOCAL_AMFLAGS = -I m4 -I config
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \
$(srcdir)/config.h.in
-DIST_SUBDIRS = 3rdparty autotests m4 config development po src sourcedoc lib
+DIST_SUBDIRS = autotests m4 config po src sourcedoc lib
if BUILD_CLIENT_SUBDIR
CLIENT = src/client
endif
-SUBDIRS = autotests config development po 3rdparty src sourcedoc lib \
+SUBDIRS = autotests config po src sourcedoc lib \
$(CLIENT) src/tex2lyx src/convert
|