Modified makefile to adapt to structure changes
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,12 +3,12 @@
|
|||||||
# Default target: full build with search index
|
# Default target: full build with search index
|
||||||
all:
|
all:
|
||||||
@echo "Building project (full rebuild with search index)..."
|
@echo "Building project (full rebuild with search index)..."
|
||||||
emacs -Q --script build.el
|
emacs -Q --script lisp/build.el
|
||||||
|
|
||||||
# Fast build without search index
|
# Fast build without search index
|
||||||
fast:
|
fast:
|
||||||
@echo "Building project (fast rebuild without search index)..."
|
@echo "Building project (fast rebuild without search index)..."
|
||||||
emacs -Q --script build.el --fast
|
emacs -Q --script lisp/build.el --fast
|
||||||
|
|
||||||
# Clean output directory
|
# Clean output directory
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ Created with %c on <a href=\"https://www.archlinux.org/\">Arch</a> <a href=\"htt
|
|||||||
org-html-inline-images t ;; self-expl
|
org-html-inline-images t ;; self-expl
|
||||||
org-export-with-sub-superscripts t ;; render h_x as large h with subscript x
|
org-export-with-sub-superscripts t ;; render h_x as large h with subscript x
|
||||||
)
|
)
|
||||||
(load-file (expand-file-name "macros.el" default-directory))
|
(load-file (expand-file-name "lisp/macros.el" default-directory))
|
||||||
|
|
||||||
;; Configure LaTeX image generation
|
;; Configure LaTeX image generation
|
||||||
(setq org-latex-create-formula-image-program 'imagemagick)
|
(setq org-latex-create-formula-image-program 'imagemagick)
|
||||||
|
|||||||
Reference in New Issue
Block a user