From f11910ca46a3afc3120fa71e1a1c7b9657a47cd3 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 12 Sep 2021 06:58:42 +0000 Subject: [PATCH] added chart.min.js to src/js/Makefile.am --- codepot/src/js/Makefile.am | 1 + codepot/src/js/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/codepot/src/js/Makefile.am b/codepot/src/js/Makefile.am index b0451508..99d55d69 100644 --- a/codepot/src/js/Makefile.am +++ b/codepot/src/js/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = prettify wwwdir=$(WWWDIR)/js www_DATA = \ + chart.min.js \ codepot.js \ creole.js \ jquery.min.js \ diff --git a/codepot/src/js/Makefile.in b/codepot/src/js/Makefile.in index 42168f90..70b2e496 100644 --- a/codepot/src/js/Makefile.in +++ b/codepot/src/js/Makefile.in @@ -312,6 +312,7 @@ top_srcdir = @top_srcdir@ wwwdir = $(WWWDIR)/js SUBDIRS = prettify www_DATA = \ + chart.min.js \ codepot.js \ creole.js \ jquery.min.js \