We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51570f0 commit 730d555Copy full SHA for 730d555
1 file changed
css2/Makefile
@@ -98,9 +98,9 @@ MAINSRCS = $(SRCS1)
98
99
REFS= $(REFSRCS:.src=.html)
100
101
-SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS)
+SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS) $(INDEXSRCS) $(REFS)
102
103
-SPECOBJS= $(SPECSRCS:.src=.html) $(REFS) $(INDEXSRCS:.src=.html)
+SPECOBJS= $(SPECSRCS:.src=.html)
104
105
IMAGESSRC = \
106
$(wildcard images/*.eps) \
0 commit comments