diff options
Diffstat (limited to 'otherlibs/labltk/browser/Makefile.nt')
-rw-r--r-- | otherlibs/labltk/browser/Makefile.nt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/Makefile.nt b/otherlibs/labltk/browser/Makefile.nt index a1ac36568..607972363 100644 --- a/otherlibs/labltk/browser/Makefile.nt +++ b/otherlibs/labltk/browser/Makefile.nt @@ -48,6 +48,11 @@ ocamlbrowser.exe: jglib.cma $(OBJS) winmain.$(O) jglib.cma: $(JG) $(CAMLCOMP) -a -o jglib.cma $(JG) +help.ml: + echo 'let text = "\\' > $@ + sed -e 's/^ /\\032/' -e 's/$$/\\n\\/' help.txt >> $@ + echo '";;' >> $@ + install: if test -f ocamlbrowser.exe; then cp ocamlbrowser.exe $(BINDIR); fi |