diff --git a/doc/content/img/intro-bg.svg b/doc/content/img/intro-bg.svg deleted file mode 100644 index b823836..0000000 --- a/doc/content/img/intro-bg.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - app-icon-board - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/genfiles.el b/genfiles.el index 6564263..c54be17 100644 --- a/genfiles.el +++ b/genfiles.el @@ -26,8 +26,9 @@ (org-mode) (org-export-to-file backend outfile) (shell-command (format "pdflatex %s" outfile) "*Messages*" "*Messages*") - (copy-file (concat file ".pdf") (concat cwd "/doc/static")) + (copy-file (concat file ".pdf") (concat cwd "/doc/static/" (concat file ".pdf"))) )) +(make-directory (concat cwd "/doc/static/") t) (export-latex 'altacv "altacv.org") (export-latex 'moderncv "moderncv.org")