diff options
| author | Hellekin O. Wolf =8) <[email protected]> | 2010-06-23 12:22:37 (GMT) |
|---|---|---|
| committer | Hellekin O. Wolf =8) <[email protected]> | 2010-06-23 12:22:37 (GMT) |
| commit | 767489d099651c65ec08fed6850d517c12562621 (patch) | |
| tree | b550e3938d509b4b9d9c0de4c148e17236789138 /Makefile.am | |
| parent | 849cb7cac8d6b13d2775a8d7f3d61ead7241bfba (diff) | |
Fixed make preview for all GET cases
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8fddfe8..a54eb51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ autorg_publish = emacs -batch -Q -l src/org-batch.el \ autorg-dirs: @mkdir -p org pub - @cp src/favicon.ico src/404.html pub/ + @cp src/favicon.ico pub/ autorg-greeting: @echo @@ -25,7 +25,11 @@ targets: autorg-greeting # FIXME: use awk-server, or check more dependencies such as a web server... preview: autorg-greeting - @echo "starting an minimal http server (awk) on port 8080 - hit Ctrl-C to quit" + @echo " II Starting AutOrg preview on http://localhost:8080/" + @echo " II Minimal HTTP server powered by Awk" + @echo " II Hit Ctrl-C to quit" + @echo + @test -f pub/doc/index.html || make doc 2>&1 1>/dev/null @cd pub && ../src/server.awk -v docroot=`pwd` doc: autorg-greeting autorg-dirs |

