mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
4 lines
111 B
Makefile
4 lines
111 B
Makefile
all: manual.html
|
|
|
|
manual.html: manual.txt Makefile
|
|
a2x -v -f xhtml -d book --stylesheet manual.css manual.txt
|