[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Rename gp-gui-ug.info and gp-display-gui.1
From: |
vladimir . mezentsev |
Subject: |
[PATCH] Rename gp-gui-ug.info and gp-display-gui.1 |
Date: |
Tue, 27 Aug 2024 20:58:49 -0700 |
From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
The installation tree will be:
├── bin
│ └── gp-display-gui
└── share
├── doc
│ └── gprofng-gui
│ ├── gprofng-gui.html
│ └── gprofng-gui.pdf
├── gprofng-gui
│ ├── gprofng-analyzer.jar
│ ├── gprofng-collector.jar
│ └── gprofng.jar
├── info
│ ├── dir
│ └── gprofng-gui.info
└── man
└── man1
└── gprofng-display-gui.1
8 directories, 9 files
ChangeLog
2024-08-27 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>.
* doc/gp-display-gui.texi: Rename to doc/gprofng-display-gui.texi.
* doc/gp-gui-ug.texi: Rename to doc/gprofng-gui.texi.
* doc/local.mk: Use new names in info_TEXINFOS and man_MANS.
---
doc/{gp-display-gui.texi => gprofng-display-gui.texi} | 4 ++--
doc/{gp-gui-ug.texi => gprofng-gui.texi} | 5 ++---
doc/local.mk | 8 ++++----
3 files changed, 8 insertions(+), 9 deletions(-)
rename doc/{gp-display-gui.texi => gprofng-display-gui.texi} (99%)
rename doc/{gp-gui-ug.texi => gprofng-gui.texi} (99%)
diff --git a/doc/gp-display-gui.texi b/doc/gprofng-display-gui.texi
similarity index 99%
rename from doc/gp-display-gui.texi
rename to doc/gprofng-display-gui.texi
index 45bfe74..59e7868 100644
--- a/doc/gp-display-gui.texi
+++ b/doc/gprofng-display-gui.texi
@@ -5,7 +5,7 @@
@c ----------------------------------------------------------------------------
@ifset man
\input texinfo @c -*-texinfo-*-
-@setfilename gp-display-gui
+@setfilename gprofng-display-gui
@settitle Graphical tool to analyze one or more gprofng experiments
@include gp-macros.texi
@end ifset
@@ -56,7 +56,7 @@
@ManPageStart{NAME}
@c man begin NAME
-gp-display-gui - Graphical tool to analyze one or more gprofng experiments
+gprofng-gui - Graphical tool to analyze one or more gprofng experiments
@c man end
@ManPageEnd{}
diff --git a/doc/gp-gui-ug.texi b/doc/gprofng-gui.texi
similarity index 99%
rename from doc/gp-gui-ug.texi
rename to doc/gprofng-gui.texi
index bec3199..2516bf2 100644
--- a/doc/gp-gui-ug.texi
+++ b/doc/gprofng-gui.texi
@@ -9,7 +9,7 @@
@c %**start of header
-@setfilename gp-gui-ug.info
+@setfilename gprofng-gui.info
@settitle The GNU gprofng GUI
@c -- Set the indent for the @example command to 1 space, not 5 ---------------
@@ -415,7 +415,6 @@ gprofng-gui-1.1/
gprofng-gui-1.1/compile
gprofng-gui-1.1/ChangeLog
...
-gprofng-gui-1.1/gp-display-gui.1
gprofng-gui-1.1/gprofng-gui.sh
@end verbatim
@end smallexample
@@ -1453,7 +1452,7 @@ for the selected samples of each experiment.
@appendix The gprofng GUI Man Page
@c ----------------------------------------------------------------------------
-@include gp-display-gui.texi
+@include gprofng-display-gui.texi
@ifnothtml
@node Index
diff --git a/doc/local.mk b/doc/local.mk
index 918d9d8..8f6396b 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -26,12 +26,12 @@ TEXI2POD = perl $(srcdir)/etc/texi2pod.pl
$(AM_MAKEINFOFLAGS)
POD2MAN = pod2man --center="User Commands" \
--release="gprofng-gui-$(VERSION)" --section=1
-info_TEXINFOS = %D%/gp-gui-ug.texi
-gp_gui_ug_TEXINFOS = gp-display-gui.texi gp-macros.texi
+info_TEXINFOS = %D%/gprofng-gui.texi
+gprofng_gui_TEXINFOS = gprofng-gui.texi gp-macros.texi
TEXINFO_TEX = .
MAKEINFOHTML = $(MAKEINFO) --html --no-split
-man_MANS = gp-display-gui.1
+man_MANS = gprofng-display-gui.1
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
@@ -44,7 +44,7 @@ $(man_MANS): $(srcdir)/doc/gp-macros.texi
mv -f $@.tmp $@) || (rm -f $@.tmp && exit 1) ; \
$(AM_V_at)rm -f $$nm.pod )
-gp-display-gui.1: $(srcdir)/doc/gp-display-gui.texi
+gprofng-display-gui.1: $(srcdir)/doc/gprofng-gui.texi
EXTRA_DIST += $(man_MANS) $(srcdir)/doc/gp-macros.texi
$(srcdir)/doc/gp-display-gui.texi
CLEANFILES += $(man_MANS)
--
2.43.5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Rename gp-gui-ug.info and gp-display-gui.1,
vladimir . mezentsev <=