diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-07-22 00:48:47 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-07-22 00:48:47 +0000 |
commit | 27c46a4ead8545530b314917834b80b680fee6de (patch) | |
tree | 80830f497b399446a8bf472d282365fcc54967d3 /input/GNUmakefile | |
parent | 545b6157f993295d433625519008969dfb5c3132 (diff) |
* GNUmakefile.in: clean up web building.
* stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
target.
Diffstat (limited to 'input/GNUmakefile')
-rw-r--r-- | input/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/GNUmakefile b/input/GNUmakefile index ba22451230..69a6304c4c 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -16,4 +16,4 @@ local-check: $(addsuffix .dvi, $(addprefix $(outdir)/, $(examples))) local-WWW-post: - $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/examples.html input/ + $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/examples.html ./ |