Hello,

I updated fltk 1.3 to svn r6440. When I get to install, I get an error that
index.html is missing. AFAICT, index.html is a relic and has been replaced
by html/index.html. However, it does still exist as a dependency when
building the html docs.

Here's a patch that just removes the redundant index.html:

--- documentation/Makefile.original     2008-10-15 14:44:48.000000000 -0300
+++ documentation/Makefile      2008-10-15 14:52:17.000000000 -0300
@@ -149,7 +149,7 @@
 install: $(MANPAGES)
        echo "Installing documentation files in $(DESTDIR)$(docdir)..."
        -$(INSTALL_DIR) $(DESTDIR)$(docdir)
-       for file in $(HTMLFILES) $(IMAGEFILES) index.html; do \
+       for file in $(HTMLFILES) $(IMAGEFILES); do \
                $(INSTALL_DATA) $$file $(DESTDIR)$(docdir); \
        done
        echo "Installing man pages in $(DESTDIR)$(mandir)..."


-- 
Alvin
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to