X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/Makefile diff --git a/Makefile b/Makefile index 151f796..869dae1 100644 --- a/Makefile +++ b/Makefile @@ -59,14 +59,13 @@ upload: html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html - rsync -a --delete source/proj/eventxx/ build/html/proj/eventxx - rsync -a --delete source/proj/mutest/ build/html/proj/mutest + 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."