Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nsf
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mehtank
nsf
Commits
09c85fd5
Commit
09c85fd5
authored
8 years ago
by
mehtank
Browse files
Options
Downloads
Patches
Plain Diff
New makefile
parent
d6973932
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-8
7 additions, 8 deletions
Makefile
with
7 additions
and
8 deletions
Makefile
+
7
−
8
View file @
09c85fd5
...
...
@@ -17,14 +17,13 @@ main:
pdflatex
$@
@
echo
;
echo
#@check_repeats $@.tex
pdfjam
--paper
letterpaper
$@
.pdf 1
-o
$@
_project_summary.pdf
pdfjam
--paper
letterpaper
$@
.pdf 2-16
-o
$@
_project_description.pdf
pdfjam
--paper
letterpaper
$@
.pdf 17-21
-o
$@
_references.pdf
pdfjam
--paper
letterpaper
$@
.pdf 22
-o
$@
_current_pending.pdf
pdfjam
--paper
letterpaper
$@
.pdf 23
-o
$@
_budget_justification.pdf
pdfjam
--paper
letterpaper
$@
.pdf 24
-o
$@
_data_management.pdf
pdfjam
--paper
letterpaper
$@
.pdf 25
-o
$@
_facilities.pdf
pdftotext
-layout
$@
_project_summary.pdf - |
awk
'/^ +/{print "\n"} {printf "%s ",$$0}'
>
$@
_text_summary.txt
pdfjam
--paper
letterpaper
$@
.pdf 1
-o
$@
_project_summary.pdf 2>&1
pdftotext
-layout
$@
_project_summary.pdf - |
awk
'/^ +/{print "\n"} {printf "%s ",$$0}'
|
sed
's/^ \+//'
>
$@
_text_summary.txt
pdfjam
--paper
letterpaper
$@
.pdf 2-16
-o
$@
_project_description.pdf 2>&1
pdfjam
--paper
letterpaper
$@
.pdf 17-25
-o
$@
_references.pdf 2>&1
pdfjam
--paper
letterpaper
$@
.pdf 26
-o
$@
_data_management.pdf 2>&1
pdfjam
--paper
letterpaper
$@
.pdf 27
-o
$@
_facilities.pdf 2>&1
pdfjam
--paper
letterpaper
$@
.pdf 28-30
-o
$@
_supplementary.pdf 2>&1
diff
:
latexdiff v0.tex v1.tex
>
diff.tex
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment