diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-07-24 00:30:38 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-07-24 00:30:38 +0000 |
commit | 864e67718a6773763b438bf57a3978a1d225f61a (patch) | |
tree | ec072caf16a6b26f745698b2e43654a42eee7f6c /input/GNUmakefile | |
parent | f3972f73aea6a3561790258f5f04b8013756c39d (diff) |
* Documentation/header.html.in (src): tweaks.
* stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
before running makeinfo.
* lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
@code{}
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 69a6304c4c..5ca35e31dc 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 ./ + $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/input/examples.html ./ |