Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
1072ac8f
Commit
1072ac8f
authored
11 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
relative PATH related issue resolved
parent
7941a8f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/Ref/Fig/Makefile
+2
-2
2 additions, 2 deletions
Doc/Ref/Fig/Makefile
bin/fig2mpdf
+2
-1
2 additions, 1 deletion
bin/fig2mpdf
with
4 additions
and
3 deletions
Doc/Ref/Fig/Makefile
+
2
−
2
View file @
1072ac8f
...
...
@@ -17,7 +17,7 @@ sqrtrender transitiveDep updateinfo wellformedandvalid xhtmlexample \
xhtml xml2fo2pdf xml2html xmlattribandjava xmlbase xpath xslconvert xsl_id
%-0.pdf
:
../%.fig
/ma/goik/workspace/GoikLectures
/bin/fig2mpdf
-l
-m
$<
#&& touch $*.done
../../../..
/bin/fig2mpdf
-l
-m
$<
#&& touch $*.done
if
[
-e
$*
.tex
]
;
then
pdflatex
$*
&&
rm
-f
../
$*
.pdf
&&
mv
$*
.pdf ..
;
fi
;
../%.fig.pdf
:
../%.fig
...
...
@@ -26,7 +26,7 @@ xhtml xml2fo2pdf xml2html xmlattribandjava xmlbase xpath xslconvert xsl_id
pdf
:
$(foreach figfile
,
$(FIGFILES)
,
$(figfile)-0.pdf) $(foreach figfile
,
$(FIGFILES)
,
../$(figfile).fig.pdf)
all
:
mkdir
-p
Generate
;
cd
Generate
;
$(
MAKE
)
-f
../Makefile pdf
mkdir
-p
Generate
;
cd
Generate
;
export
PATH
=
../../../../bin:
${
PATH
};
$(
MAKE
)
-f
../Makefile pdf
# PATH contains additional tools
clean
:
rm
-rf
Generate
$(
foreach figfile,
$(
FIGFILES
)
,
$(
figfile
)
.pdf
)
$(
foreach figfile,
$(
FIGFILES
)
,
$(
figfile
)
.fig.pdf
)
...
...
This diff is collapsed.
Click to expand it.
bin/fig2mpdf
+
2
−
1
View file @
1072ac8f
...
...
@@ -439,7 +439,8 @@ function fnDoTexFig(szFileNameBase, szFigFile, szRangeList, iPdf,
szCommand = sprintf("%s -L pstex_p %s -p %s %s %s", cmdFig2dev, szRangeList, szTexInpPref, szFigFile, szTexInp);
debug("%s\n", szCommand);
system(szCommand);
createModifierCommand=sprintf("/ma/goik/workspace/GoikLectures/bin/createTexModifier.sh %s", szTexCreator);
#createModifierCommand=sprintf("/ma/goik/workspace/GoikLectures/bin/createTexModifier.sh %s", szTexCreator);
createModifierCommand=sprintf("createTexModifier.sh %s", szTexCreator);
debug("%s\n",createModifierCommand);
system(createModifierCommand);
szCommand = sprintf("./%s", szTexCreator);
...
...
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