summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/build b/build
index e4049f3..38d66c2 100755
--- a/build
+++ b/build
@@ -1,5 +1,8 @@
#!/bin/sh
set -e
+DISTDIR=$(pwd)/dist/
+export DISTDIR
+
mkdir dist/projs
export NODE_OPTIONS=--openssl-legacy-provider
@@ -12,9 +15,9 @@ cd ..
mv projs/dist/* dist/projs
cd neo2/
-make4ht -x -f xhtml index.tex
+make
+make install
cd ..
-mv neo2/*.html neo2/*.css neo2/*.gif neo2/*.png neo2/*.jpg dist/
mv acron dist/