diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-13 11:32:14 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-13 11:32:14 (EST) |
commit | 93e1582df4b22fcc66fc631e8c67997ecd1b1458 (patch) | |
tree | b60e6a068fcc7d6d196add57f32d68d90ab593f8 | |
parent | f74fb45a178d477c13f10c5de0ccf4a7d35b1c7c (diff) | |
download | marquee-93e1582df4b22fcc66fc631e8c67997ecd1b1458.zip marquee-93e1582df4b22fcc66fc631e8c67997ecd1b1458.tar.gz marquee-93e1582df4b22fcc66fc631e8c67997ecd1b1458.tar.bz2 |
data/Makefile.am: Add to SUFFIXES
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6e6678f..45ed73a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Marquee. If not, see <http://www.gnu.org/licenses/>. -SUFFIXES = .htmlin .html +SUFFIXES = .htmlin .html .cssin .css .jsin .js nobase_dist_pkgdata_DATA = \ resources/flexi-color-picker/README.md |