Now installing XSL and CSS files
This commit is contained in:
parent
a6c747fc48
commit
ccaf46241e
@ -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
|
||||
|
||||
|
@ -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
7
data/Makefile.am
Normal file
@ -0,0 +1,7 @@
|
||||
chartdatadir = $(pkgdatadir)
|
||||
chartdata_DATA = chart.xsl \
|
||||
chart.css \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(chartdata_DATA)
|
Loading…
Reference in New Issue
Block a user