prevent breaking source tree
authorDmitry Smirnov <onlyjob@member.fsf.org>
Sat, 6 Jun 2020 00:26:42 +0000 (01:26 +0100)
committerJonas Smedegaard <dr@jones.dk>
Sat, 6 Jun 2020 00:26:42 +0000 (01:26 +0100)
Forwarded: not-needed
Last-Update: 2020-06-05

Without this patch abiword breaks its own source tree
so the second build fail
Last-Update: 2020-06-05
Gbp-Pq: Name make-clean.patch

Makefile.am
src/wp/test/Makefile.am

index fd7199a8109cf5599651765d931fd4cd79e8fce5..08134343c4816f5ccbcf18f2879022cd1463dbd2 100644 (file)
@@ -64,11 +64,7 @@ EXTRA_DIST = \
        lt-compile-resource
 
 DISTCLEANFILES = \
-       abiword-$(ABIWORD_SERIES).pc \
-       plugin-builtin.m4 \
-       plugin-configure.m4 \
-       plugin-list.m4 \
-       plugin-makefiles.m4
+       abiword-$(ABIWORD_SERIES).pc
 
 abiword-$(ABIWORD_SERIES).pc: libabiword.pc
        cp $< $@
index 935ed005aeb9de88aace90e174bcfcbc6d64963b..0b20ae1b7c0cdbeddca626a853fc7719595bd50e 100644 (file)
@@ -19,4 +19,4 @@
 #include $(top_srcdir)/includes.mk
 
 SUBDIRS= xp @PLATFORM@
-DIST_SUBDIRS = cocoa unix win xp
+DIST_SUBDIRS = unix xp