1
0
Fork 0
forked from fun/fun

Added Doxigen configuration file Doxyfile to project root. No code changes. (0.41.5)

This commit is contained in:
Johannes Findeisen 2026-05-07 00:31:46 +02:00
commit 7fd6445cd2
8 changed files with 3062 additions and 64 deletions

View file

@ -3,8 +3,6 @@ all:
build:
bundle exec jekyll b --incremental
rm -rf _site/api
cp -Rv ../api/html ./_site/api
clean:
rm -rf _site/*
@ -69,6 +67,7 @@ runreload:
sync:
rsync -avr --delete --delete-excluded ./_site/ fun-lang.xyz:/var/www/fun-lang.xyz/www/htdocs/
rsync -avr --delete --delete-excluded ../api/html/ fun-lang.xyz:/var/www/fun-lang.xyz/api/htdocs/
#ssh a.xw3.org 'cd /var/www/fun-lang.xyz/www/lib/ && git pull'
#ssh a.xw3.org 'cd /var/www/fun-lang.xyz/www/htdocs/cgi/bin/ && gcc index.c -o index'