Skip to content

Commit

Permalink
Fix Aegis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jun 7, 2024
1 parent 32bddf9 commit cba782a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -417,24 +417,6 @@ gui-js/libs/shared/src/lib/backend/minsky.ts: RESTService/typescriptAPI
RESTService/typescriptAPI > $@
endif

gui-tk/helpRefDb.tcl: $(wildcard doc/minsky/*.html)
rm -f $@
perl makeRefDb.pl doc/minsky/*.html >$@

doc/minsky/labels.pl: $(wildcard doc/*.tex)
cd doc; sh makedoc.sh

gui-tk/library/help: doc/minsky/labels.pl doc/minsky.html
rm -rf $@/*
mkdir -p $@/minsky
find doc/minsky \( -name "*.html" -o -name "*.css" -o -name "*.png" \) -exec cp {} $@/minsky \;
cp -r -f doc/minsky.html $@
ifndef TRAVIS
linkchecker -f linkcheckerrc $@/minsky.html
endif

doc: gui-tk/library/help gui-tk/helpRefDb.tcl

# N-API node embedded RESTService
gui-js/node-addons/minskyRESTService.node: addon.o $(NODE_API) $(RESTSERVICE_OBJS) $(MODEL_OBJS) $(SCHEMA_OBJS) $(ENGINE_OBJS) RavelCAPI/libravelCAPI.a RavelCAPI/civita/libcivita.a
mkdir -p gui-js/node-addons
Expand Down Expand Up @@ -546,8 +528,8 @@ install-doxydoc: doxydoc


# upload manual to SF
install-manual: doc/minsky/labels.pl
rsync -r -z --progress --delete doc/minsky.html doc/minsky $(SF_WEB)/manual
install-manual: doc/Ravel/labels.pl
rsync -r -z --progress --delete doc/minsky.html doc/Ravel $(SF_WEB)/manual

# run this after every full release
install-release: install-doxydoc install-manual upload-schema
Expand Down Expand Up @@ -592,6 +574,5 @@ codeql:
codeql database create codeqlDb -l c++ -c "$(MAKE) $(MAKEFLAGS) gui-js/node-addons/minskyRESTService.node" -j0 --overwrite
codeql database analyze codeqlDb codeql/cpp-queries:codeql-suites/cpp-security-and-quality.qls --format=csv --output=codeql-c++.csv -j0

codeql/cpp-queries:
windows-package:
sh mkWindowsDist.sh
Binary file modified doc/Ravel.pdf
Binary file not shown.

0 comments on commit cba782a

Please sign in to comment.