Skip to content

Commit 6ee0b6e

Browse files
committed
[CSS2] avoid duplication of file names in Makefile
1 parent be8e9f9 commit 6ee0b6e

1 file changed

Lines changed: 2 additions & 31 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -111,40 +111,11 @@ indexlist.src
111111

112112
MAINSRCS = $(SRCS1)
113113

114-
REFS= \
115-
refs.html
114+
REFS= $(REFSRCS:.src=.html)
116115

117116
SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS)
118117

119-
SPECOBJS= \
120-
cover.html\
121-
about.html\
122-
intro.html\
123-
conform.html\
124-
syndata.html\
125-
selector.html\
126-
cascade.html\
127-
media.html\
128-
box.html\
129-
visuren.html\
130-
visudet.html\
131-
visufx.html\
132-
generate.html\
133-
page.html\
134-
colors.html\
135-
fonts.html\
136-
text.html\
137-
tables.html\
138-
ui.html\
139-
aural.html\
140-
refs.html\
141-
changes.html\
142-
sample.html\
143-
zindex.html\
144-
propidx.html\
145-
grammar.html\
146-
leftblank.html\
147-
indexlist.html
118+
SPECOBJS= $(SPECSRCS:.src=.html) $(REFS) $(INDEXSRCS:.src=.html)
148119

149120
#IMAGES = images/*.gif images/*.png
150121
IMAGES = images/*.png images/*.jpg

0 commit comments

Comments
 (0)