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

Unified Diff: GNUmakefile.in

Issue 567340043: Calculate download sizes rather than hardcoding them
Patch Set: Rebase to current master and add Portuguese support Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: GNUmakefile.in
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 61f101490eed64b295c255e80bcd568d379ad929..1869979d7eddbbf9b3fb1f65ecb9d411d6860ec7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -171,10 +171,12 @@ $(outdir)/offline-root/index.html: $(WEB_TRACKED_FILES)
$(call ly_progress,Making,$@,)
$(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) offline
find $(outdir)/offline-root -type l | xargs rm -f
+ cd $(outdir)/offline-root && find -name \*.html -execdir $(buildscript-dir)/fix-docsize {} +
$(outdir)/online-root/index.html: $(WEB_TRACKED_FILES)
$(call ly_progress,Making,$@,)
$(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) online
+ cd $(outdir)/online-root && find -name \*.html -execdir $(buildscript-dir)/fix-docsize {} +
endif # ifeq ($(out),www)
# For those who cannot for the life in them remember to type

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