Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M
menhir
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

Mise à jour terminée. Pour connaître les apports de la version 13.8.4 par rapport à notre ancienne version vous pouvez lire les "Release Notes" suivantes :
https://about.gitlab.com/releases/2021/02/11/security-release-gitlab-13-8-4-released/
https://about.gitlab.com/releases/2021/02/05/gitlab-13-8-3-released/

  • POTTIER Francois
  • menhir
  • Merge Requests
  • !5

Merged
Opened May 29, 2018 by SCHERER Gabriel@gschererContributor

Html doc 2

  • Overview 3
  • Commits 3
  • Changes 4

Building the HTML manual generates main00{1,2,3}.png files for TIKZ figures, which are currently not exported by the manual deployment scripts -- so the manual has missing pictures, see here for example. The present patchset fixes those scripts to include the PNG images, renamed into manual-figure00{1,2,3}.png.

The fact that the manual is renamed from main.tex to manual.pdf makes thing moderately more complex as Hevea generates PNG files whose name is derived from the TEX file. Conceptually the cleanest approach may have been to rename the main00{1,2,3}.png files into manual-figure00{1,2,3}.png at deployment time (in the package rule), but instead I decided to keep the tricky bits in doc/Makefile and rename there, to keep the deployment scripts simple. (Everything would be simpler if you just renamed main.tex into manual.tex, though.)

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: fpottier/menhir!5
Source branch: html-doc-2

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.