bagder: curl-www/auto Makefile,1.11,1.12
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto In directory labb:/tmp/cvs-serv28686 Modified Files: Makefile Log Message: index.html fix Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/auto/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile 16 Apr 2005 22:53:10 -0000 1.11 +++ Makefile 20 Oct 2006 09:19:05 -0000 1.12 @@ -14,10 +14,13 @@ PAGES = foot.html head.html loghead.html howto.html summary.html \ cvshistory.html table0.html table1.html table2.html table3.html \ - missing.html keywords.html + missing.html keywords.html index.html all: $(PAGES) +index.html: + ln -s table0.html index.html + foot.html: _foot.html $(MAINPARTS) $(ACTION)