aboutsummaryrefslogtreecommitdiff
path: root/data/styles/Makefile.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-11 11:59:54 (GMT)
committerfluxgen <fluxgen>2002-01-11 11:59:54 (GMT)
commita3d2a1cf0a5ab724e19a91915fe97842f52260d5 (patch)
treef0b87676e95070afee163f76902efd0c4d5b5fe6 /data/styles/Makefile.in
parentb4515716b75f745388eaf52c0d62b70443170db8 (diff)
downloadfluxbox-a3d2a1cf0a5ab724e19a91915fe97842f52260d5.zip
fluxbox-a3d2a1cf0a5ab724e19a91915fe97842f52260d5.tar.bz2
update
Diffstat (limited to 'data/styles/Makefile.in')
-rw-r--r--data/styles/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
index 8e3e3f4..54318df 100644
--- a/data/styles/Makefile.in
+++ b/data/styles/Makefile.in
@@ -106,9 +106,9 @@ GZIP_ENV = --best
106all: all-redirect 106all: all-redirect
107.SUFFIXES: 107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/styles/Makefile 109 cd $(top_srcdir) && $(AUTOMAKE) --gnu data/styles/Makefile
110 110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
112 cd $(top_builddir) \ 112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114 114
@@ -140,6 +140,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
140subdir = data/styles 140subdir = data/styles
141 141
142distdir: $(DISTFILES) 142distdir: $(DISTFILES)
143 here=`cd $(top_builddir) && pwd`; \
144 top_distdir=`cd $(top_distdir) && pwd`; \
145 distdir=`cd $(distdir) && pwd`; \
146 cd $(top_srcdir) \
147 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/styles/Makefile
143 @for file in $(DISTFILES); do \ 148 @for file in $(DISTFILES); do \
144 d=$(srcdir); \ 149 d=$(srcdir); \
145 if test -d $$d/$$file; then \ 150 if test -d $$d/$$file; then \