Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2023-03-13 08:49:53 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c0cae60e3ddf13c222feb871a20df62e0eedacf
0c0cae60
1 parent
a678bd3c
Update Reference links
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
Makefile
Makefile
View file @
0c0cae6
...
...
@@ -248,9 +248,9 @@ svg: $(patsubst %,ref/svg/%.svg,$(SVG))
ref
:
svg
mkdir -p ref
cd
$@
; curl -OL
'https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf'
cd
$@
; curl -OL
'https://www.adobe.com/content/dam/acom/en/devnet/pdf/adobe_supplement_iso32000.pdf'
cd
$@
; curl -OL
'https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf'
cd
$@
; curl -OL
'https://ia801003.us.archive.org/5/items/pdf320002008/PDF32000_2008.pdf'
cd
$@
; curl -OL
'https://www.adobe.com/content/dam/cc1/en/devnet/pdf/pdfs/adobe_supplement_iso32000_1.pdf'
cd
$@
; curl -OL
'https://ia801001.us.archive.org/1/items/pdf1.7/pdf_reference_1-7.pdf'
gh-social
:
all
cd test
;
$(DART_BIN)
--enable-asserts github_social_preview.dart
...
...
Please
register
or
login
to post a comment