From 313bcabeed4af8ff219933d2318026c15f06d44e Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 18 Sep 2011 23:19:46 +0000 Subject: [PATCH] #4491 add ieAll.css to the makefile --- web/stylesheets/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/web/stylesheets/Makefile.am b/web/stylesheets/Makefile.am index 4049a7a49..db1d19193 100644 --- a/web/stylesheets/Makefile.am +++ b/web/stylesheets/Makefile.am @@ -3,4 +3,5 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} dist_data_DATA = \ common.css \ ie7.css \ + ieAll.css \ mobile.css