diff options
Diffstat (limited to 'data/styles/Makefile.in')
-rw-r--r-- | data/styles/Makefile.in | 9 |
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 | |||
106 | all: all-redirect | 106 | all: 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 | ||
111 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 111 | Makefile: $(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) | |||
140 | subdir = data/styles | 140 | subdir = data/styles |
141 | 141 | ||
142 | distdir: $(DISTFILES) | 142 | distdir: $(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 \ |