X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2FMakefile.in;h=0c2cc3c5d9fef0c997dfeee0bf0c38a92d592e17;hb=04fee4fe50c459b77f51e702a0cc2322268e8baf;hp=935af8719cac23734e8e618e64c7b6aef1b6813f;hpb=533275304146eb804504e5885ce003f9f066fc20;p=ppastats.git diff --git a/www/Makefile.in b/www/Makefile.in index 935af87..0c2cc3c 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -35,7 +35,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = www -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/footer.tpl.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ @@ -47,7 +48,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = +CONFIG_CLEAN_FILES = footer.tpl CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = @@ -204,13 +205,15 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ defaultwwwdir = $(pkgdatadir)/www defaultwww_DATA = \ + footer.tpl\ js/excanvas.js\ js/jquery.min.js\ js/ppastats.js\ js/jqplot.dateAxisRenderer.min.js\ js/jquery.jqplot.min.js\ css/ppastats.css\ - css/jquery.jqplot.min.css + css/jquery.jqplot.min.css\ + ppa.tpl EXTRA_DIST = $(defaultwww_DATA) all: all-am @@ -246,6 +249,8 @@ $(top_srcdir)/configure: $(am__configure_deps) $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): +footer.tpl: $(top_builddir)/config.status $(srcdir)/footer.tpl.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-defaultwwwDATA: $(defaultwww_DATA) @$(NORMAL_INSTALL) test -z "$(defaultwwwdir)" || $(MKDIR_P) "$(DESTDIR)$(defaultwwwdir)"