Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bancroft
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lucas Greco do Espirito Santo Jorge
Bancroft
Commits
113cc582
Commit
113cc582
authored
1 month ago
by
Guilherme Duarte Silva Matos
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] Fixed output directory not working. main.pdf stays on root
parent
2e48f88a
Branches
main
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+10
-7
10 additions, 7 deletions
Makefile
main.pdf
+0
-0
0 additions, 0 deletions
main.pdf
with
10 additions
and
7 deletions
Makefile
+
10
−
7
View file @
113cc582
...
...
@@ -18,14 +18,17 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
PROJECT_ROOT_FILE
=
"main"
PROJECT_ROOT_FILE
=
main
PROJECT_BUILD_DIR
=
out
all
:
mkdir
-p
out
pdflatex
${
PROJECT_ROOT_FILE
}
.tex
--output-directory
=
out/
bibtex
${
PROJECT_ROOT_FILE
}
pdflatex
${
PROJECT_ROOT_FILE
}
.tex
--output-directory
=
out/
pdflatex
${
PROJECT_ROOT_FILE
}
.tex
--output-directory
=
out/
mkdir
-p
${
PROJECT_BUILD_DIR
}
mkdir
-p
${
PROJECT_BUILD_DIR
}
/pages
pdflatex
-output-directory
=
${
PROJECT_BUILD_DIR
}
${
PROJECT_ROOT_FILE
}
.tex
bibtex
${
PROJECT_BUILD_DIR
}
/
${
PROJECT_ROOT_FILE
}
pdflatex
-output-directory
=
${
PROJECT_BUILD_DIR
}
${
PROJECT_ROOT_FILE
}
.tex
pdflatex
-output-directory
=
${
PROJECT_BUILD_DIR
}
${
PROJECT_ROOT_FILE
}
.tex
mv
${
PROJECT_BUILD_DIR
}
/
${
PROJECT_ROOT_FILE
}
.pdf
${
PROJECT_ROOT_FILE
}
.pdf
clean
:
rm
*
.aux
*
.bbl
*
.blg
*
.log
*
.toc pages/
*
.aux
rm
-rf
${
PROJECT_BUILD_DIR
}
This diff is collapsed.
Click to expand it.
main.pdf
+
0
−
0
View file @
113cc582
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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