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
2019-06-24 12:54:23 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
293aa8078fbc40064fdf05978c261c24a5de6c09
293aa807
1 parent
d131cbf6
Add ref folder
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
.gitignore
Makefile
.gitignore
View file @
293aa80
...
...
@@ -43,3 +43,5 @@ printing/lcov.info
test/readme.dart
test/android
test/ios
ref
...
...
Makefile
View file @
293aa80
...
...
@@ -82,7 +82,7 @@ test: test-pdf test-printing node_modules
cat pdf/lcov.info printing/lcov.info | node_modules/.bin/lcov-summary
clean
:
git clean -fdx -e .vscode
git clean -fdx -e .vscode
-e ref
publish-pdf
:
format clean
find pdf -name pubspec.yaml -exec sed -i -e
's/^dependency_overrides:/_dependency_overrides:/g'
'{}'
';'
...
...
@@ -118,4 +118,10 @@ fix: get .dartfix
cd
pdf; pub global run dartfix:fix --overwrite .
cd
printing; pub global run dartfix:fix --overwrite .
.PHONY
:
test format format-dart format-clang clean publish-pdf publish-printing analyze
ref
:
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'
.PHONY
:
test format format-dart format-clang clean publish-pdf publish-printing analyze ref
...
...
Please
register
or
login
to post a comment