Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update [email protected] and [email protected] #1134

Draft
wants to merge 99 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
4097454
Exclude unnecessary jQuery scripts
fel1x-developer Mar 11, 2024
90e849a
Update Bootstrap to 5.3.3
fel1x-developer Mar 11, 2024
3f30d03
Update DataTables to 1.13.11
fel1x-developer Mar 11, 2024
22c9922
Ship with Bootstrap CSS map file
fel1x-developer Mar 12, 2024
041a1bb
poudriere.js: Lint with eslint
fel1x-developer Mar 12, 2024
f2f7d3b
poudriere.js: Use anonymous functions
fel1x-developer Mar 12, 2024
020790c
poudriere.js: Prefer === and !== of == and !=
fel1x-developer Mar 12, 2024
6ea3392
poudriere.js: Use window.location
fel1x-developer Mar 12, 2024
d5f9cfd
poudriere.js: Use const
fel1x-developer Mar 12, 2024
19cb4d7
poudriere.js: Add radix parameter
fel1x-developer Mar 12, 2024
cfffca5
poudriere.js: Replace isNaN() with Number.isNaN()
fel1x-developer Mar 12, 2024
91d4584
poudriere.js: Keep line number 100
fel1x-developer Mar 12, 2024
65c15a9
poudriere.js: Avoid using unary operators
fel1x-developer Mar 12, 2024
72a4564
poudriere.js: Define server_style
fel1x-developer Mar 12, 2024
60b08a7
poudriere.js: Remove unnecessary escape character
fel1x-developer Mar 12, 2024
6db46ff
poudriere.js: Use const
fel1x-developer Mar 12, 2024
cea0eb8
poudriere.js: Avoid unnecessary string concatenation of literals
fel1x-developer Mar 12, 2024
acb12ae
poudriere.js: Define nodes
fel1x-developer Mar 12, 2024
e64c1f1
poudriere.js: Throw Error() not string literals
fel1x-developer Mar 12, 2024
acaae7c
poudriere.js: Avoid double declaration
fel1x-developer Mar 12, 2024
cf9f678
poudriere.js: Avoid assignment in if statement
fel1x-developer Mar 12, 2024
f30980b
poudriere.js: Explicitly return undefined
fel1x-developer Mar 12, 2024
9fe926b
poudriere.js: Use guard in for in loops
fel1x-developer Mar 12, 2024
ffb9474
poudriere.js: Don't use function before definition
fel1x-developer Mar 12, 2024
e3f4995
poudriere.js: Remove unused varaibles and functions
fel1x-developer Mar 12, 2024
87a3bb7
poudriere.js: Make server_style camelCase
fel1x-developer Mar 12, 2024
3506b4f
poudriere.js: Make first_run camelCase
fel1x-developer Mar 12, 2024
14dbc41
poudriere.js: Make load_attempts camelCase
fel1x-developer Mar 12, 2024
41a037c
poudriere.js: Make max_load_attempts camelCase
fel1x-developer Mar 12, 2024
486b9b5
poudriere.js: Make first_load_interval camelCase
fel1x-developer Mar 12, 2024
306fc97
poudriere.js: Make canvas_width camelCase
fel1x-developer Mar 12, 2024
c981520
poudriere.js: Make impulse_first_period camelCase
fel1x-developer Mar 12, 2024
a5aee9f
poudriere.js: Make impulse_target_period camelCase
fel1x-developer Mar 12, 2024
80c9b11
poudriere.js: Make impulse_first_interval camelCase
fel1x-developer Mar 12, 2024
4455cde
poudriere.js: Make impulse_interval camelCase
fel1x-developer Mar 12, 2024
bf5fdcd
poudriere.js: Make page_type camelCase
fel1x-developer Mar 12, 2024
19ea2ab
poudriere.js: Make page_buildname camelCase
fel1x-developer Mar 12, 2024
b2c7c53
poudriere.js: Make page_mastername camelCase
fel1x-developer Mar 12, 2024
6d6d876
poudriere.js: Make data_url camelCase
fel1x-developer Mar 12, 2024
29921c6
poudriere.js: Make format_origin camelCase
fel1x-developer Mar 12, 2024
3ab207a
poudriere.js: Make format_pkgname camelCase
fel1x-developer Mar 12, 2024
f0b3a39
poudriere.js: Make determine_canvas_width camelCase
fel1x-developer Mar 12, 2024
a34f417
poudriere.js: Make update_canvas camelCase
fel1x-developer Mar 12, 2024
e77398d
poudriere.js: Make display_pkghour camelCase
fel1x-developer Mar 12, 2024
60b6816
poudriere.js: Make display_impulse camelCase
fel1x-developer Mar 12, 2024
34bbf0f
poudriere.js: Make d_pkgs camelCase
fel1x-developer Mar 12, 2024
059a19d
poudriere.js: Make d_secs camelCase
fel1x-developer Mar 12, 2024
8baedbe
poudriere.js: Make jail_url camelCase
fel1x-developer Mar 12, 2024
64311a3
poudriere.js: Make format_mastername camelCase
fel1x-developer Mar 12, 2024
74143f4
poudriere.js: Make format_jailname camelCase
fel1x-developer Mar 12, 2024
2f59a27
poudriere.js: Make format_setname camelCase
fel1x-developer Mar 12, 2024
6c7bd62
poudriere.js: Make format_ptname camelCase
fel1x-developer Mar 12, 2024
73a8354
poudriere.js: Make build_url camelCase
fel1x-developer Mar 12, 2024
880dd11
poudriere.js: Make format_buildname camelCase
fel1x-developer Mar 12, 2024
fa68679
poudriere.js: Make format_portset camelCase
fel1x-developer Mar 12, 2024
b5577b5
poudriere.js: Make format_log camelCase
fel1x-developer Mar 12, 2024
21acaef
poudriere.js: Make format_duration camelCase
fel1x-developer Mar 12, 2024
c5da8a4
poudriere.js: Make format_start_to_end camelCase
fel1x-developer Mar 12, 2024
eb71052
poudriere.js: Make filter_skipped camelCase
fel1x-developer Mar 12, 2024
0c6aed1
poudriere.js: Make search_filter camelCase
fel1x-developer Mar 12, 2024
b63e538
poudriere.js: Make translate_status camelCase
fel1x-developer Mar 12, 2024
af1c35e
poudriere.js: Make format_skipped camelCase
fel1x-developer Mar 12, 2024
514dbf5
poudriere.js: Make skipped_cnt camelCase
fel1x-developer Mar 12, 2024
648a418
poudriere.js: Make format_status_row camelCase
fel1x-developer Mar 12, 2024
ce42030
poudriere.js: Make table_row camelCase
fel1x-developer Mar 12, 2024
7c1f2d5
poudriere.js: Make table_id camelCase
fel1x-developer Mar 12, 2024
b444c48
poudriere.js: Make div_id camelCase
fel1x-developer Mar 12, 2024
2b6d80d
poudriere.js: Make existing_row camelCase
fel1x-developer Mar 12, 2024
466f443
poudriere.js: Make process_data_build camelCase
fel1x-developer Mar 12, 2024
1d3b768
poudriere.js: Make table_rows camelCase
fel1x-developer Mar 12, 2024
b325cfc
poudriere.js: Make is_stopped camelCase
fel1x-developer Mar 12, 2024
9aaa18d
poudriere.js: Make process_data_jail camelCase
fel1x-developer Mar 12, 2024
e945b38
poudriere.js: Make process_data_index camelCase
fel1x-developer Mar 12, 2024
e3a7fa5
poudriere.js: Make do_resize camelCase
fel1x-developer Mar 12, 2024
dbaf6ab
poudriere.js: Make process_data camelCase
fel1x-developer Mar 12, 2024
7a87e8e
poudriere.js: Make should_reload camelCase
fel1x-developer Mar 12, 2024
f75b40a
poudriere.js: Make update_data camelCase
fel1x-developer Mar 12, 2024
d5eefcb
poudriere.js: Make fix_viewport camelCase
fel1x-developer Mar 12, 2024
b8822c7
poudriere.js: Make setup_build camelCase
fel1x-developer Mar 12, 2024
aa27d3c
poudriere.js: Make setup_jail camelCase
fel1x-developer Mar 12, 2024
d9788ed
poudriere.js: Make setup_index camelCase
fel1x-developer Mar 12, 2024
5841daf
poudriere.js: Make minimum_width camelCase
fel1x-developer Mar 12, 2024
8c47f94
poudriere.js: Make build_order_column camelCase
fel1x-developer Mar 12, 2024
a48c968
poudriere.js: Make pkgname_column camelCase
fel1x-developer Mar 12, 2024
5cf2d8c
poudriere.js: Make origin_column camelCase
fel1x-developer Mar 12, 2024
6c7e75d
poudriere.js: Make stat_column camelCase
fel1x-developer Mar 12, 2024
2186e50
poudriere.js: Make stat_column camelCase
fel1x-developer Mar 12, 2024
6a6bf9a
poudriere.js: Remove assignment to function parameters
fel1x-developer Mar 12, 2024
936e5cf
poudriere.js: Use promise for updateData
fel1x-developer Mar 12, 2024
1a2ac2f
poudriere.js: Correct filter_skipped
fel1x-developer Mar 12, 2024
9526d65
poudriere.js: Use 'use strict';
fel1x-developer Mar 12, 2024
2a7d29b
Replace for-in to Object-keys
fel1x-developer Mar 12, 2024
c509649
poudriere.js: Use class
fel1x-developer Mar 12, 2024
683d6a5
poudriere.js: Switch to DataTable()
fel1x-developer Mar 12, 2024
c87c44d
poudriere.js: Change updateInterval to 3
fel1x-developer Mar 12, 2024
e5440bd
poudriere.js: Fix progress bar
fel1x-developer Mar 12, 2024
df2c60a
Update DataTables to 2.0.2
fel1x-developer Mar 12, 2024
cdea970
poudriere.js: Use try/catch for throw
fel1x-developer Apr 19, 2024
54b5cd1
poudriere.js: Use single quote
fel1x-developer Apr 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 11 additions & 20 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ awkdir= $(pkgdatadir)/awk
htmldir= $(pkgdatadir)/html
includedir= $(pkgdatadir)/include
assetsdir= $(htmldir)/assets
bootstrapdir= $(assetsdir)/bootstrap-5.3.2
bootstrapdir= $(assetsdir)/bootstrap-5.3.3
btcssdir= $(bootstrapdir)/css
btjsdir= $(bootstrapdir)/js
datatablesdir= $(assetsdir)/DataTables-1.13.8
dtcssdir= $(datatablesdir)/css
dtimagesdir= $(datatablesdir)/images
dtjsdir= $(datatablesdir)/js
dtcssdir= $(assetsdir)
dtjsdir= $(assetsdir)
jquerydir= $(assetsdir)/jquery-3.7.1
rcdir= $(sysconfdir)/rc.d
hookdir= $(sysconfdir)/poudriere.d/hooks
Expand Down Expand Up @@ -122,21 +120,14 @@ dist_html_DATA= src/share/poudriere/html/build.html \
dist_assets_DATA= src/share/poudriere/html/assets/poudriere.js \
src/share/poudriere/html/assets/logo-light.png \
src/share/poudriere/html/assets/logo-dark.png \
src/share/poudriere/html/assets/favicon.png \
src/share/poudriere/html/assets/jquery.dataTables.rowGrouping-1.2.9.js
dist_btjs_DATA= src/share/poudriere/html/assets/bootstrap-5.3.2/js/bootstrap.bundle.min.js
dist_btcss_DATA= src/share/poudriere/html/assets/bootstrap-5.3.2/css/bootstrap.min.css
dist_dtcss_DATA= src/share/poudriere/html/assets/DataTables-1.13.8/css/dataTables.bootstrap5.min.css
dist_dtjs_DATA= src/share/poudriere/html/assets/DataTables-1.13.8/js/jquery.dataTables.min.js \
src/share/poudriere/html/assets/DataTables-1.13.8/js/dataTables.bootstrap5.min.js
dist_dtimages_DATA= src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_asc.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_asc_disabled.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_both.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_desc.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_desc_disabled.png
dist_jquery_DATA= src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.js \
src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.min.js \
src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.min.map
src/share/poudriere/html/assets/favicon.png
dist_btjs_DATA= src/share/poudriere/html/assets/bootstrap-5.3.3/js/bootstrap.bundle.min.js \
src/share/poudriere/html/assets/bootstrap-5.3.3/js/bootstrap.bundle.min.js.map
dist_btcss_DATA= src/share/poudriere/html/assets/bootstrap-5.3.3/css/bootstrap.min.css \
src/share/poudriere/html/assets/bootstrap-5.3.3/css/bootstrap.min.css.map
dist_dtcss_DATA= src/share/poudriere/html/assets/datatables.min.css
dist_dtjs_DATA= src/share/poudriere/html/assets/datatables.min.js
dist_jquery_DATA= src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.min.js

dist_rc_SCRIPTS= src/etc/rc.d/poudriered

Expand Down
138 changes: 52 additions & 86 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,10 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(dist_bin_SCRIPTS) $(dist_rc_SCRIPTS) \
$(dist_assets_DATA) $(dist_awk_DATA) $(dist_btcss_DATA) \
$(dist_btjs_DATA) $(dist_dtcss_DATA) $(dist_dtimages_DATA) \
$(dist_dtjs_DATA) $(dist_examples_DATA) $(dist_hook_DATA) \
$(dist_html_DATA) $(dist_jquery_DATA) $(dist_pkgdata_DATA) \
$(dist_sysconf_DATA) $(dist_include_HEADERS) \
$(am__DIST_COMMON)
$(dist_btjs_DATA) $(dist_dtcss_DATA) $(dist_dtjs_DATA) \
$(dist_examples_DATA) $(dist_hook_DATA) $(dist_html_DATA) \
$(dist_jquery_DATA) $(dist_pkgdata_DATA) $(dist_sysconf_DATA) \
$(dist_include_HEADERS) $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
Expand All @@ -129,11 +128,11 @@ am__installdirs = "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(rcdir)" "$(DESTDIR)$(man8dir)" \
"$(DESTDIR)$(assetsdir)" "$(DESTDIR)$(awkdir)" \
"$(DESTDIR)$(btcssdir)" "$(DESTDIR)$(btjsdir)" \
"$(DESTDIR)$(dtcssdir)" "$(DESTDIR)$(dtimagesdir)" \
"$(DESTDIR)$(dtjsdir)" "$(DESTDIR)$(examplesdir)" \
"$(DESTDIR)$(hookdir)" "$(DESTDIR)$(htmldir)" \
"$(DESTDIR)$(jquerydir)" "$(DESTDIR)$(pkgdatadir)" \
"$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(includedir)"
"$(DESTDIR)$(dtcssdir)" "$(DESTDIR)$(dtjsdir)" \
"$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(hookdir)" \
"$(DESTDIR)$(htmldir)" "$(DESTDIR)$(jquerydir)" \
"$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)" \
"$(DESTDIR)$(includedir)"
PROGRAMS = $(noinst_PROGRAMS) $(pkglibexec_PROGRAMS)
LTLIBRARIES = $(noinst_LTLIBRARIES)
libptsort_la_LIBADD =
Expand Down Expand Up @@ -456,10 +455,9 @@ man8dir = $(mandir)/man8
NROFF = nroff
MANS = $(dist_man_MANS)
DATA = $(dist_assets_DATA) $(dist_awk_DATA) $(dist_btcss_DATA) \
$(dist_btjs_DATA) $(dist_dtcss_DATA) $(dist_dtimages_DATA) \
$(dist_dtjs_DATA) $(dist_examples_DATA) $(dist_hook_DATA) \
$(dist_html_DATA) $(dist_jquery_DATA) $(dist_pkgdata_DATA) \
$(dist_sysconf_DATA)
$(dist_btjs_DATA) $(dist_dtcss_DATA) $(dist_dtjs_DATA) \
$(dist_examples_DATA) $(dist_hook_DATA) $(dist_html_DATA) \
$(dist_jquery_DATA) $(dist_pkgdata_DATA) $(dist_sysconf_DATA)
HEADERS = $(dist_include_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
Expand Down Expand Up @@ -680,13 +678,11 @@ MOSTLYCLEANFILES = poudriere
ACLOCAL_AMFLAGS = -I m4
awkdir = $(pkgdatadir)/awk
assetsdir = $(htmldir)/assets
bootstrapdir = $(assetsdir)/bootstrap-5.3.2
bootstrapdir = $(assetsdir)/bootstrap-5.3.3
btcssdir = $(bootstrapdir)/css
btjsdir = $(bootstrapdir)/js
datatablesdir = $(assetsdir)/DataTables-1.13.8
dtcssdir = $(datatablesdir)/css
dtimagesdir = $(datatablesdir)/images
dtjsdir = $(datatablesdir)/js
dtcssdir = $(assetsdir)
dtjsdir = $(assetsdir)
jquerydir = $(assetsdir)/jquery-3.7.1
rcdir = $(sysconfdir)/rc.d
hookdir = $(sysconfdir)/poudriere.d/hooks
Expand Down Expand Up @@ -784,25 +780,17 @@ dist_html_DATA = src/share/poudriere/html/build.html \
dist_assets_DATA = src/share/poudriere/html/assets/poudriere.js \
src/share/poudriere/html/assets/logo-light.png \
src/share/poudriere/html/assets/logo-dark.png \
src/share/poudriere/html/assets/favicon.png \
src/share/poudriere/html/assets/jquery.dataTables.rowGrouping-1.2.9.js
src/share/poudriere/html/assets/favicon.png

dist_btjs_DATA = src/share/poudriere/html/assets/bootstrap-5.3.2/js/bootstrap.bundle.min.js
dist_btcss_DATA = src/share/poudriere/html/assets/bootstrap-5.3.2/css/bootstrap.min.css
dist_dtcss_DATA = src/share/poudriere/html/assets/DataTables-1.13.8/css/dataTables.bootstrap5.min.css
dist_dtjs_DATA = src/share/poudriere/html/assets/DataTables-1.13.8/js/jquery.dataTables.min.js \
src/share/poudriere/html/assets/DataTables-1.13.8/js/dataTables.bootstrap5.min.js
dist_btjs_DATA = src/share/poudriere/html/assets/bootstrap-5.3.3/js/bootstrap.bundle.min.js \
src/share/poudriere/html/assets/bootstrap-5.3.3/js/bootstrap.bundle.min.js.map

dist_dtimages_DATA = src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_asc.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_asc_disabled.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_both.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_desc.png \
src/share/poudriere/html/assets/DataTables-1.13.8/images/sort_desc_disabled.png

dist_jquery_DATA = src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.js \
src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.min.js \
src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.min.map
dist_btcss_DATA = src/share/poudriere/html/assets/bootstrap-5.3.3/css/bootstrap.min.css \
src/share/poudriere/html/assets/bootstrap-5.3.3/css/bootstrap.min.css.map

dist_dtcss_DATA = src/share/poudriere/html/assets/datatables.min.css
dist_dtjs_DATA = src/share/poudriere/html/assets/datatables.min.js
dist_jquery_DATA = src/share/poudriere/html/assets/jquery-3.7.1/jquery-3.7.1.min.js
dist_rc_SCRIPTS = src/etc/rc.d/poudriered
noinst_LTLIBRARIES = libucl.la libptsort.la
AUTOMAKE_OPTIONS = subdir-objects
Expand Down Expand Up @@ -2783,27 +2771,6 @@ uninstall-dist_dtcssDATA:
@list='$(dist_dtcss_DATA)'; test -n "$(dtcssdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(dtcssdir)'; $(am__uninstall_files_from_dir)
install-dist_dtimagesDATA: $(dist_dtimages_DATA)
@$(NORMAL_INSTALL)
@list='$(dist_dtimages_DATA)'; test -n "$(dtimagesdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(dtimagesdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(dtimagesdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dtimagesdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(dtimagesdir)" || exit $$?; \
done

uninstall-dist_dtimagesDATA:
@$(NORMAL_UNINSTALL)
@list='$(dist_dtimages_DATA)'; test -n "$(dtimagesdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(dtimagesdir)'; $(am__uninstall_files_from_dir)
install-dist_dtjsDATA: $(dist_dtjs_DATA)
@$(NORMAL_INSTALL)
@list='$(dist_dtjs_DATA)'; test -n "$(dtjsdir)" || list=; \
Expand Down Expand Up @@ -3280,7 +3247,7 @@ all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
$(HEADERS)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(assetsdir)" "$(DESTDIR)$(awkdir)" "$(DESTDIR)$(btcssdir)" "$(DESTDIR)$(btjsdir)" "$(DESTDIR)$(dtcssdir)" "$(DESTDIR)$(dtimagesdir)" "$(DESTDIR)$(dtjsdir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(hookdir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(jquerydir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(includedir)"; do \
for dir in "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(assetsdir)" "$(DESTDIR)$(awkdir)" "$(DESTDIR)$(btcssdir)" "$(DESTDIR)$(btjsdir)" "$(DESTDIR)$(dtcssdir)" "$(DESTDIR)$(dtjsdir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(hookdir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(jquerydir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(includedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
Expand Down Expand Up @@ -3465,11 +3432,11 @@ info-am:

install-data-am: install-dist_assetsDATA install-dist_awkDATA \
install-dist_btcssDATA install-dist_btjsDATA \
install-dist_dtcssDATA install-dist_dtimagesDATA \
install-dist_dtjsDATA install-dist_examplesDATA \
install-dist_hookDATA install-dist_htmlDATA \
install-dist_includeHEADERS install-dist_jqueryDATA \
install-dist_pkgdataDATA install-dist_rcSCRIPTS install-man
install-dist_dtcssDATA install-dist_dtjsDATA \
install-dist_examplesDATA install-dist_hookDATA \
install-dist_htmlDATA install-dist_includeHEADERS \
install-dist_jqueryDATA install-dist_pkgdataDATA \
install-dist_rcSCRIPTS install-man

install-dvi: install-dvi-recursive

Expand Down Expand Up @@ -3605,12 +3572,12 @@ ps-am:
uninstall-am: uninstall-dist_assetsDATA uninstall-dist_awkDATA \
uninstall-dist_binSCRIPTS uninstall-dist_btcssDATA \
uninstall-dist_btjsDATA uninstall-dist_dtcssDATA \
uninstall-dist_dtimagesDATA uninstall-dist_dtjsDATA \
uninstall-dist_examplesDATA uninstall-dist_hookDATA \
uninstall-dist_htmlDATA uninstall-dist_includeHEADERS \
uninstall-dist_jqueryDATA uninstall-dist_pkgdataDATA \
uninstall-dist_rcSCRIPTS uninstall-dist_sysconfDATA \
uninstall-man uninstall-pkglibexecPROGRAMS
uninstall-dist_dtjsDATA uninstall-dist_examplesDATA \
uninstall-dist_hookDATA uninstall-dist_htmlDATA \
uninstall-dist_includeHEADERS uninstall-dist_jqueryDATA \
uninstall-dist_pkgdataDATA uninstall-dist_rcSCRIPTS \
uninstall-dist_sysconfDATA uninstall-man \
uninstall-pkglibexecPROGRAMS

uninstall-man: uninstall-man8

Expand All @@ -3629,24 +3596,23 @@ uninstall-man: uninstall-man8
install-data install-data-am install-dist_assetsDATA \
install-dist_awkDATA install-dist_binSCRIPTS \
install-dist_btcssDATA install-dist_btjsDATA \
install-dist_dtcssDATA install-dist_dtimagesDATA \
install-dist_dtjsDATA install-dist_examplesDATA \
install-dist_hookDATA install-dist_htmlDATA \
install-dist_includeHEADERS install-dist_jqueryDATA \
install-dist_pkgdataDATA install-dist_rcSCRIPTS \
install-dist_sysconfDATA install-dvi install-dvi-am \
install-exec install-exec-am install-html install-html-am \
install-info install-info-am install-man install-man8 \
install-pdf install-pdf-am install-pkglibexecPROGRAMS \
install-ps install-ps-am install-strip installcheck \
installcheck-am installcheck-local installdirs installdirs-am \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
uninstall-dist_assetsDATA uninstall-dist_awkDATA \
uninstall-dist_binSCRIPTS uninstall-dist_btcssDATA \
uninstall-dist_btjsDATA uninstall-dist_dtcssDATA \
uninstall-dist_dtimagesDATA uninstall-dist_dtjsDATA \
install-dist_dtcssDATA install-dist_dtjsDATA \
install-dist_examplesDATA install-dist_hookDATA \
install-dist_htmlDATA install-dist_includeHEADERS \
install-dist_jqueryDATA install-dist_pkgdataDATA \
install-dist_rcSCRIPTS install-dist_sysconfDATA install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-man8 install-pdf install-pdf-am \
install-pkglibexecPROGRAMS install-ps install-ps-am \
install-strip installcheck installcheck-am installcheck-local \
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am uninstall-dist_assetsDATA \
uninstall-dist_awkDATA uninstall-dist_binSCRIPTS \
uninstall-dist_btcssDATA uninstall-dist_btjsDATA \
uninstall-dist_dtcssDATA uninstall-dist_dtjsDATA \
uninstall-dist_examplesDATA uninstall-dist_hookDATA \
uninstall-dist_htmlDATA uninstall-dist_includeHEADERS \
uninstall-dist_jqueryDATA uninstall-dist_pkgdataDATA \
Expand Down
Loading