blob: aaa0960348a4b0601876987192bdc7c9d1a865b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#+TITLE: README for {{{SD}}} website
#+MACRO: SD /Smart Documents/
* Publishing the website
Use =make= to build the {{{SD}}} website. Each =make= rule loads the
Emacs Lisp code in ~publish.el~ and executes the Org mode ~ox-publish~
command, each time passing as argument the =make= target. This ensures
the Makefile is highly predictable because it depends as much as
possible on Emacs.
|