Skip to content

Commit 730d555

Browse files
committed
[CSS2] make SPECSRCS have the same set of files as SPECOBJS
1 parent 51570f0 commit 730d555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ MAINSRCS = $(SRCS1)
9898

9999
REFS= $(REFSRCS:.src=.html)
100100

101-
SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS)
101+
SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS) $(INDEXSRCS) $(REFS)
102102

103-
SPECOBJS= $(SPECSRCS:.src=.html) $(REFS) $(INDEXSRCS:.src=.html)
103+
SPECOBJS= $(SPECSRCS:.src=.html)
104104

105105
IMAGESSRC = \
106106
$(wildcard images/*.eps) \

0 commit comments

Comments
 (0)