Differences From Artifact [a7ffc31d39]:
- File src/main.mk — part of check-in [138dbc98ff] at 2017-12-05 20:33:50 on branch trunk — Move the in-line javascript used to initialize side-by-side diffs into a separately loaded script file. (user: drh size: 60488)
To Artifact [b1127644e1]:
- File src/main.mk — part of check-in [3969757f37] at 2017-12-06 01:38:11 on branch trunk — Remove the use of in-line javascript from the submenu controls. (user: drh size: 60510)
︙ | |||
195 196 197 198 199 200 201 202 203 204 205 206 207 208 | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | + | $(SRCDIR)/../skins/xekri/details.txt \ $(SRCDIR)/../skins/xekri/footer.txt \ $(SRCDIR)/../skins/xekri/header.txt \ $(SRCDIR)/diff.tcl \ $(SRCDIR)/graph.js \ $(SRCDIR)/href.js \ $(SRCDIR)/markdown.md \ $(SRCDIR)/menu.js \ $(SRCDIR)/sbsdiff.js \ $(SRCDIR)/wiki.wiki TRANS_SRC = \ $(OBJDIR)/add_.c \ $(OBJDIR)/allrepo_.c \ $(OBJDIR)/attach_.c \ |
︙ |