Now installing XSL and CSS files

This commit is contained in:
Gergely Polonkai 2013-09-19 23:08:43 +02:00
parent a6c747fc48
commit ccaf46241e
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libgd src po data/icons data/geonames
SUBDIRS = libgd src po data data/icons data/geonames
EXTRA_DIST = config.rpath ChangeLog

View File

@ -65,6 +65,7 @@ AC_CONFIG_FILES([
libgd/Makefile
src/Makefile
po/Makefile.in
data/Makefile
data/geonames/Makefile
data/icons/Makefile
])

7
data/Makefile.am Normal file
View File

@ -0,0 +1,7 @@
chartdatadir = $(pkgdatadir)
chartdata_DATA = chart.xsl \
chart.css \
$(NULL)
EXTRA_DIST = \
$(chartdata_DATA)