mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
11 lines
174 B
Makefile
11 lines
174 B
Makefile
|
ASCIIDOC=asciidoc
|
||
|
BROWSER=firefox
|
||
|
|
||
|
doc: user-manual.html
|
||
|
|
||
|
show: user-manual.html
|
||
|
$(BROWSER) user-manual.html
|
||
|
|
||
|
user-manual.html: user-manual.txt
|
||
|
$(ASCIIDOC) user-manual.txt
|