bagder: curl-www/rfc Makefile,1.3,1.4
[email protected] Wed, 04 Feb 2009 18:27:25 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/rfc
In directory labb:/tmp/cvs-serv13980
Modified Files:
Makefile
Log Message:
depend on the correct menu
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/rfc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 26 Apr 2008 21:21:31 -0000 1.3
+++ Makefile 4 Feb 2009 18:27:23 -0000 1.4
@@ -1,8 +1,8 @@
SRCROOT=../cvssource
DOCROOT=$(SRCROOT)/docs
-MAINPARTS= ../_doctype.html ../_menu.html ../_footer.html ../setup.t ../pic.t \
- ../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t \
+MAINPARTS= ../_doctype.html ../docs/_menu.html ../_footer.html ../setup.t \
+ ../pic.t ../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t \
../css.t ../sflogo.html Makefile
NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
ACTION=@echo preprocessing $@; rm -f $@; fcpp -I../docs -I.. -WWW -Uunix -H -C -V -P -LL "$(NOW)" $< $@;