bugGprofng GUI - Bugs: bug #66121, install of .pdf and .html docs is...

 
 

bug #66121: install of .pdf and .html docs is in the wrong place

Submitter:  None
Submitted:  Thu 22 Aug 2024 05:34:11 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  vmezentsev
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 06 Sep 2024 02:00:23 AM UTC, comment #2: 

Fixed in commit 427c6d07c9114f90a09aefa83e949a48f4cb1f7e
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
Date:   Thu Aug 22 20:47:03 2024 -0700

    The .html and .pdf files are installed in the wrong place.
   
    ChangeLog
    2024-08-22  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>.
   
            * configure.ac: Add AM_MAINTAINER_MODE.
            * doc/local.mk: Remove the docdir setting.
            .gitignore: Ignore stamp-.

Vladimir Mezentsev <vmezentsev>
Group administrator
Fri 23 Aug 2024 04:17:15 AM UTC, comment #1: 

I fixed the problem with installing .pdf and .html docs.

I don't like that our build updates doc/version.texi when nothing has changed.
% cat doc/version.texi
@set UPDATED 22 August 2024
@set UPDATED-MONTH August 2024
@set EDITION 1.1
@set VERSION 1.1

git does not maintain the last modification time of a file.
Perhaps we should manually set UPDATED and UPDATED-MONTH when changing doc/gp-gui-ug.texi.

Vladimir Mezentsev <vmezentsev>
Group administrator
Thu 22 Aug 2024 05:34:11 PM UTC, original submission:  

when I do make intall-html and make install-pdf if the gprofng gui build tree, they do not get installed in the install directory
but in the source tree.

I have the following 3 directories: one for the source, one for the build, one for the install:

gprofng-gui  gprofng-gui-build  gprofng-gui-install

and this is what I see:

ezannoni@fedora:~/gprofng-gui-savannah$ find . -name *.pdf
./gprofng-gui/doc/gp-gui-ug.pdf
./gprofng-gui-build/doc/gp-gui-ug.pdf

ezannoni@fedora:~/gprofng-gui-savannah$ find . -name *.html
./gprofng-gui/doc/gp-gui-ug.html
./gprofng-gui/org/gprofng/mpmt/icons/allicons.html
./gprofng-gui-build/doc/gp-gui-ug.html


As you can see the pdf and html are installed in the source directory, doc subdirectory

Just to verify:

ezannoni@fedora:~/gprofng-gui-savannah/gprofng-gui$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   doc/version.texi

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    doc/gp-gui-ug.html
    doc/gp-gui-ug.pdf
    doc/stamp-vti

no changes added to commit (use "git add" and/or "git commit -a")

it also modified the version.texi (but that might be normal, not sure)

thanks!

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by vmezentsev (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-09-06 vmezentsev StatusIn Progress Fixed
    2024-08-23 vmezentsev Assigned toNone vmezentsev
    2024-08-23 vmezentsev StatusNone In Progress

    Back to the top

    Powered by Savane 3.13-8ccc.
    Corresponding source code