fre, 15 02 2008 kl. 10:45 +0100, skrev Søren Hauberg:
> >  Also we haven't addressed the
> > issue with the production of files like "\.html" that you saw and I
> > haven't...
> This is not a big issue, since I can hack my way around it. In the long
> term we need a real solution, but I don't think it is a big problem.
Just for the record: My hack is the following change to 'doc/Makefile':

Index: doc/Makefile
===================================================================
--- doc/Makefile        (revision 4629)
+++ doc/Makefile        (working copy)
@@ -30,9 +30,14 @@
        wd=`pwd`
        cd .. && ./admin/make_index
        cd $(wd)
+       @rm -f htdocs/doc/f/.in   htdocs/doc/f/.^.in htdocs/doc/f/.\*.in
\
+              htdocs/doc/f/-.in  htdocs/doc/f/\.in  htdocs/doc/f/\*.in
\
+              htdocs/doc/f/+.in
 
 html: $(IMG_HTML)
 
+$(HTDOCS)doc/f/.html:
+
 %.html : %.in
        $(M4) $(M4_OPTIONS) $(MACRO_FILE) $< > $@

Søren


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to