summaryrefslogtreecommitdiff
path: root/debian/patches/debian.patch
blob: c9bdf73f13ded271b5d8247acd31aa2378f5410b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: apl/Makefile.am
===================================================================
--- apl.orig/Makefile.am
+++ apl/Makefile.am
@@ -3,9 +3,9 @@ ACLOCAL_AMFLAGS = -I m4
 
 APL_DIRS	= workspaces wslib3 wslib4 wslib5
 SUBDIRS		= $(APL_DIRS)
-SUBDIRS		+= build doc erlang gnu-apl.d HOWTOs
+SUBDIRS		+= doc erlang gnu-apl.d HOWTOs
 SUBDIRS		+= src support-files tools websock
-DIST_SUBDIRS	= $(SUBDIRS) rpm debian
+DIST_SUBDIRS	= $(SUBDIRS) rpm
 
 dist_noinst_SCRIPTS = buildtag.sh
 
Index: apl/configure.ac
===================================================================
--- apl.orig/configure.ac
+++ apl/configure.ac
@@ -436,9 +436,6 @@ AC_MSG_RESULT([$user_wants_ctrlD_del])
 m4_include(m4/apl_TARGETs.m4)
 
 AC_CONFIG_FILES([Makefile
-                 build/Makefile
-                 debian/Makefile
-                 debian/source/Makefile
                  doc/Makefile
                  doc/DALY/Makefile
                  erlang/Makefile