From bed259251ccdc962e5d02e8679eff789c53fe1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 14 Nov 2012 00:21:19 +0100 Subject: [PATCH] add two other macros to rename --- Documentation/conversion_tools/rename_macros.input | 2 ++ Documentation/conversion_tools/rename_macros.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/conversion_tools/rename_macros.input b/Documentation/conversion_tools/rename_macros.input index 27a66a6e6da..1dcac7f0c51 100644 --- a/Documentation/conversion_tools/rename_macros.input +++ b/Documentation/conversion_tools/rename_macros.input @@ -26,7 +26,9 @@ PkgSince cgalPkgSince PkgDependsOn cgalPkgDependsOn PkgLicense cgalPkgLicense PkgDemo cgalPkgDemo +PkgDescriptionBegin cgalPkgDescriptionBegin PkgDescriptionEnd cgalPkgDescriptionEnd +PkgManuals cgalPkgManuals PkgBib cgalPkgBib footnote cgalFootnote autotoc cgalAutoToc diff --git a/Documentation/conversion_tools/rename_macros.sh b/Documentation/conversion_tools/rename_macros.sh index b698be43a96..24bfcac5b8c 100644 --- a/Documentation/conversion_tools/rename_macros.sh +++ b/Documentation/conversion_tools/rename_macros.sh @@ -19,4 +19,4 @@ done > /tmp/rename_macros.sed sed -i -f /tmp/rename_macros.sed ../Doxyfile -echo "Do not forget to manually update ../pkglist_filter.py" +echo "Do not forget to manually update ../pkglist_filter.py and ../doxyassist.xml"