Menu

#5381 Change intermediate PDF filename

Fixed
Enhancement
2018-07-26
2018-07-14
No

Change intermediate PDF filename for DocBook

There was a possibility that intermediate PDFs are output as final PDFs
since the intermediate filename is the same as the final filename.

This commit makes change intermediate PDF filename for DocBook.

Change intermediate PDF filename for LaTeX

There was a possibility that intermediate PDFs are output as final PDFs
since the intermediate filename is the same as the final filename.

This commit makes `mv` from the LaTeX outputted filename
to the intermediate filename immediately after invoking LaTeX
since it is not possible to specify an output filename for LaTeX.

Change intermediate PDF filename for Texinfo

There was a possibility that intermediate PDFs are output as final PDFs
since the intermediate filename is the same as the final filename.

This commit makes change intermediate PDF filename for Texinfo.

http://codereview.appspot.com/357760043

Discussion

  • Masamichi Hosoda

    • summary: Change intermediate PDF filename for DocBook --> Change intermediate PDF filename
    • Description has changed:

    Diff:

    
    
    • Needs: -->
     
  • Masamichi Hosoda

    s/intermediate/tmp/ and wrap lines

    http://codereview.appspot.com/357760043

     
  • Anonymous

    Anonymous - 2018-07-14
    • Needs: -->
    • Patch: new --> review
    • Type: --> Enhancement
     
  • Anonymous

    Anonymous - 2018-07-14

    Passes make and a full make doc.

     
  • Masamichi Hosoda

    Use different dir for LaTeX etc.

    http://codereview.appspot.com/357760043

     
  • Anonymous

    Anonymous - 2018-07-16
    • Needs: -->
    • Patch: new --> review
    • Type: --> Enhancement
     
  • Anonymous

    Anonymous - 2018-07-16

    Passes make and a full make doc.

     
  • Anonymous

    Anonymous - 2018-07-19
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2018-07-19

    Patch on countdown for July 22nd.

     
  • Anonymous

    Anonymous - 2018-07-25
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2018-07-25

    Patch counted down - please push

     
  • Masamichi Hosoda

    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: push -->
     
  • Masamichi Hosoda

    I've pushed to staging.

    commit fcc7ab0697a64df3c3f5ad1132d5538fb5f69168
    Date: Sat Jul 14 16:31:09 2018 +0900

    Issue 5381/5: Change intermediate PDF filename for DocBook

    commit 30243148d5db705a86b57b77e132b0298b04819c
    Date: Sat Jul 14 16:29:08 2018 +0900

    Issue 5381/4: Change intermediate PDF filename for LaTeX

    commit 20bbfea59668d049f92114090547934571d0f08d
    Date: Sat Jul 14 16:18:50 2018 +0900

    Issue 5381/3: Change intermediate PDF filename for Texinfo

    commit 41e74e4639cf367cb033ed2bfd6d2fc05dfcee0d
    Date: Sun Jul 15 09:45:12 2018 +0900

    Issue 5381/2: Integrate Texinfo texi2pdf rules

    commit 22106b8475bdf603cd1f8030b975e9e345f225bf
    Date: Sat Jul 14 16:13:08 2018 +0900

    Issue 5381/1: Wrap lines