X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/60b009c81ead63ca26e433f92348669a530b51d3..32cb310b42235f42ba8f9f70bb7ba3fe07b99377:/Makefile diff --git a/Makefile b/Makefile index bd8bad8..869dae1 100644 --- a/Makefile +++ b/Makefile @@ -62,13 +62,10 @@ html: 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 - rsync -a --delete source/proj/eventxx/ build/html/proj/eventxx + 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."