Skip to content

Commit 4f8ae72

Browse files
committed
[css2] Moved generated info to build subdirectory for todo
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40173
1 parent ecdb464 commit 4f8ae72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 1.30 1997-09-27 01:22:23 bbos Exp $
3+
# $Id: Makefile,v 1.31 1997-09-29 13:51:28 ian Exp $
44

55
ROOT = .
66

@@ -325,10 +325,10 @@ issues.html: issues.src build/issues.srb
325325
build/issues.srb: issues.db
326326
$(ISSUES) -g >$@
327327

328-
DOC/TODO.html: DOC/TODO.src DOC/todo.srb
328+
DOC/TODO.html: DOC/TODO.src build/todo.srb
329329
$(HIPP) $(INCLUDES) DOC/TODO.src $@
330330

331-
DOC/todo.srb: DOC/todo.db
331+
build/todo.srb: DOC/todo.db
332332
$(TODO) -g >$@
333333

334334
### check on the document to see if it's valid

0 commit comments

Comments
 (0)