X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/5f4c3b0928230f2a445abfc7f270c96d86149dfa..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/Makefile diff --git a/Makefile b/Makefile index 433bb14..869dae1 100644 --- a/Makefile +++ b/Makefile @@ -59,15 +59,13 @@ upload: html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html - cd source/proj/mutest/repo && make doc && cp -v manual.html manual.pdf .. - rsync -a --delete --exclude repo source/proj/mutest/ build/html/proj/mutest - rsync -a --delete source/proj/eventxx/ build/html/proj/eventxx + cd source/proj/mutest/repo && make doc && \ + rsync -a --delete manual.* ../releases ../../../../build/html/proj/mutest/ && \ + ln -fs manual.html ../../../../build/html/proj/mutest/index.html + cd source/proj/eventxx/repo && doxygen && \ + rsync -a --delete doc/html/ ../releases ../../../../build/html/proj/eventxx/ rsync -a --delete source/proj/mutt-nntp-debian/files/ build/html/proj/mutt-nntp-debian/files rsync -a --delete source/proj/sadba/files/ build/html/proj/sadba/files - rsync -a source/resume/*.pdf build/html/resume/ - rsync -a source/proj/dgc/*.pdf build/html/proj/dgc/ - rsync -a source/proj/dgc/*.bz2 build/html/proj/dgc/ - rsync -a source/proj/dgc/*.png build/html/proj/dgc/ rsync -a source/robots.txt build/html/ @echo @echo "Build finished. The HTML pages are in build/html."