Showing
1 changed file
with
3 additions
and
3 deletions
@@ -248,9 +248,9 @@ svg: $(patsubst %,ref/svg/%.svg,$(SVG)) | @@ -248,9 +248,9 @@ svg: $(patsubst %,ref/svg/%.svg,$(SVG)) | ||
248 | 248 | ||
249 | ref: svg | 249 | ref: svg |
250 | mkdir -p ref | 250 | mkdir -p ref |
251 | - cd $@; curl -OL 'https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf' | ||
252 | - cd $@; curl -OL 'https://www.adobe.com/content/dam/acom/en/devnet/pdf/adobe_supplement_iso32000.pdf' | ||
253 | - cd $@; curl -OL 'https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf' | 251 | + cd $@; curl -OL 'https://ia801003.us.archive.org/5/items/pdf320002008/PDF32000_2008.pdf' |
252 | + cd $@; curl -OL 'https://www.adobe.com/content/dam/cc1/en/devnet/pdf/pdfs/adobe_supplement_iso32000_1.pdf' | ||
253 | + cd $@; curl -OL 'https://ia801001.us.archive.org/1/items/pdf1.7/pdf_reference_1-7.pdf' | ||
254 | 254 | ||
255 | gh-social: all | 255 | gh-social: all |
256 | cd test; $(DART_BIN) --enable-asserts github_social_preview.dart | 256 | cd test; $(DART_BIN) --enable-asserts github_social_preview.dart |
-
Please register or login to post a comment