Rename gp-* man pages to gprofng-* man pages

gprofng/ChangeLog
2024-09-05  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>.

	* doc/gp-archive.texi: Rename to doc/gprofng-archive.texi.
	* doc/gp-collect-app.texi: Rename to doc/gprofng-collect-app.texi.
	* doc/gp-display-html.texi: Rename to doc/gprofng-display-html.texi.
	* doc/gp-display-src.texi: Rename to doc/gprofng-display-src.texi.
	* doc/gp-display-text.texi: Rename to doc/gprofng-display-text.texi.
	* doc/gp-macros.texi: Add new macros.
	* doc/gprofng.texi: Rename man pages.
	* doc/gprofng_ug.texi: Likewise.
	* doc/Makefile.am: Likewise.
	* doc/Makefile.in: Rebuild.
This commit is contained in:
Vladimir Mezentsev
2024-09-05 15:05:38 -07:00
parent d2f6771173
commit a35d8973e5
10 changed files with 274 additions and 232 deletions

View File

@@ -76,3 +76,21 @@ gprofng
@end indentedblock
@end ifclear
@end macro
@ifnothtml
@macro mycartouche{text}
@smallexample
\text\
@end smallexample
@end macro
@end ifnothtml
@ifhtml
@macro mycartouche{text}
@cartouche
@smallexample
\text\
@end smallexample
@end cartouche
@end macro
@end ifhtml