mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
5 lines
173 B
Makefile
5 lines
173 B
Makefile
all: manual.html
|
|
|
|
manual.html: manual.txt Makefile
|
|
a2x -v -f xhtml -d book manual.txt
|
|
sed -i -e 's/margin: 1em 5% 1em 5%;/width: 65em; margin: 0 auto 0;/' docbook-xsl.css
|