mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 20:43:25 +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
|