Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-storage
Manage
Activity
Members
Labels
Plan
Issues
46
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Platform
Development
swh-storage
Merge requests
!92
doc: use inkscape instead of dia to generate pdf and svg image files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
doc: use inkscape instead of dia to generate pdf and svg image files
generated-differential-D464-source
into
generated-differential-D464-target
Overview
2
Commits
1
Pipelines
0
Changes
1
Closed
David Douard
requested to merge
generated-differential-D464-source
into
generated-differential-D464-target
6 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
Migrated from D464 (
view on Phabricator
)
👍
0
👎
0
Merge request reports
Compare
generated-differential-D464-target
generated-differential-D464-target (base)
and
latest version
latest version
4b1db40b
1 commit,
2 years ago
1 file
+
3
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/images/Makefile
+
3
−
10
Options
@@ -5,18 +5,11 @@ BUILD_TARGETS += swh-archive-copies.pdf swh-archive-copies.svg
all
:
$(BUILD_TARGETS)
# dia exporters
%.eps
:
%.dia
dia
-t
eps
--export
$@
$<
%.svg
:
%.dia
dia
-t
svg
--export
$@
$<
# generic converters
inkscape
-l
$@
$<
%.pdf
:
%.
eps
epstopdf
$<
%.pdf
:
%.
dia
inkscape
-A
$@
$<
clean
:
Loading