Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(432)

Delta Between Two Patch Sets: make/website.make

Issue 6068045: Add announcements to the upper right corner of the website (Closed)
Left Patch Set: Makes rotating announcement corner Created 11 years, 11 months ago
Right Patch Set: Updates URL in anchor to main Kickstarter tour site. Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/web/server/tweets.xml ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 ################################################################ 1 ################################################################
2 # website (without the rest of the docs) 2 # website (without the rest of the docs)
3 3
4 ################################################################ 4 ################################################################
5 ##### SECURITY -- check these values for lilypond.org ######### 5 ##### SECURITY -- check these values for lilypond.org #########
6 ################################################################ 6 ################################################################
7 7
8 ifeq ($(WEBSITE_ONLY_BUILD),1) 8 ifeq ($(WEBSITE_ONLY_BUILD),1)
9 ### for lilypond.org 9 ### for lilypond.org
10 TOP_SRC_DIR=$(LILYPOND_GIT) 10 TOP_SRC_DIR=$(LILYPOND_GIT)
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 picture-files = $(picture-src-files:%=$(OUT)/website/pictures/%) 148 picture-files = $(picture-src-files:%=$(OUT)/website/pictures/%)
149 149
150 pdf-src-files := $(notdir $(wildcard $(PDFS)/*)) 150 pdf-src-files := $(notdir $(wildcard $(PDFS)/*))
151 pdf-files = $(pdf-src-files:%=$(OUT)/website/pdf/%) 151 pdf-files = $(pdf-src-files:%=$(OUT)/website/pdf/%)
152 152
153 post-files = $(OUT)/website/index.html 153 post-files = $(OUT)/website/index.html
154 154
155 root-files = $(OUT)/.htaccess \ 155 root-files = $(OUT)/.htaccess \
156 $(OUT)/website/.htaccess \ 156 $(OUT)/website/.htaccess \
157 $(OUT)/website/favicon.ico \ 157 $(OUT)/website/favicon.ico \
158 $(OUT)/website/tweets.xml \
158 $(OUT)/website/robots.txt 159 $(OUT)/website/robots.txt
159 160
160 texinfo-files = $(OUT)/index.html $(WEB_LANGS:%=$(OUT)/%/index.html) 161 texinfo-files = $(OUT)/index.html $(WEB_LANGS:%=$(OUT)/%/index.html)
161 162
162 version-files = $(OUT)/version.itexi $(OUT)/weblinks.itexi 163 version-files = $(OUT)/version.itexi $(OUT)/weblinks.itexi
163 164
164 xref-files = $(MANUALS_BASE:%=$(OUT)/%.xref-map) 165 xref-files = $(MANUALS_BASE:%=$(OUT)/%.xref-map)
165 166
166 167
167 ########### 168 ###########
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 283
283 $(pdf-files): $(OUT)/website/pdf/%: $(PDFS)/% 284 $(pdf-files): $(OUT)/website/pdf/%: $(PDFS)/%
284 cp $< $@ 285 cp $< $@
285 286
286 $(OUT)/website/favicon.ico: $(SERVER_FILES)/favicon.ico 287 $(OUT)/website/favicon.ico: $(SERVER_FILES)/favicon.ico
287 cp $< $@ 288 cp $< $@
288 289
289 $(OUT)/website/robots.txt: $(SERVER_FILES)/robots.txt 290 $(OUT)/website/robots.txt: $(SERVER_FILES)/robots.txt
290 cp $< $@ 291 cp $< $@
291 292
293 $(OUT)/website/tweets.xml: $(SERVER_FILES)/tweets.xml
294 cp $< $@
295
292 $(OUT)/.htaccess: $(top-htaccess) 296 $(OUT)/.htaccess: $(top-htaccess)
293 cp $< $@ 297 cp $< $@
294 298
295 $(OUT)/website/.htaccess: $(dir-htaccess) 299 $(OUT)/website/.htaccess: $(dir-htaccess)
296 cp $< $@ 300 cp $< $@
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b