2009-05-06 17:09:16 +02:00
|
|
|
metacity: don't descent into po / docs subdirs
|
|
|
|
---
|
|
|
|
Makefile.am | 2 +-
|
|
|
|
Makefile.in | 2 +-
|
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
Index: metacity-2.16.8/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- metacity-2.16.8.orig/Makefile.am
|
|
|
|
+++ metacity-2.16.8/Makefile.am
|
2007-01-15 23:34:53 +01:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
|
|
|
-SUBDIRS=src po doc
|
|
|
|
+SUBDIRS=src
|
|
|
|
|
|
|
|
EXTRA_DIST=HACKING rationales.txt \
|
|
|
|
intltool-extract.in intltool-merge.in intltool-update.in
|
2009-05-06 17:09:16 +02:00
|
|
|
Index: metacity-2.16.8/Makefile.in
|
|
|
|
===================================================================
|
|
|
|
--- metacity-2.16.8.orig/Makefile.in
|
|
|
|
+++ metacity-2.16.8/Makefile.in
|
|
|
|
@@ -244,7 +244,7 @@ sysconfdir = @sysconfdir@
|
2007-01-15 23:34:53 +01:00
|
|
|
target_alias = @target_alias@
|
2009-05-06 17:09:16 +02:00
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2007-01-15 23:34:53 +01:00
|
|
|
-SUBDIRS = src po doc
|
|
|
|
+SUBDIRS = src
|
|
|
|
EXTRA_DIST = HACKING rationales.txt \
|
|
|
|
intltool-extract.in intltool-merge.in intltool-update.in
|
|
|
|
|