summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ref_manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 210fbe883..a08496dd6 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -670,7 +670,7 @@ file in the following order:
* platform's directory ``<platform-src>/projectroot/etc/foo.<platform>``
* project's directory ``projectroot/etc/foo``
* platform's directory ``<platform-src>/projectroot/etc/foo``
-* ptxdist's directory ``generic/etc/foo``
+* ptxdist's directory ``projectroot/etc/foo``
* project's directory ``$(FOO_DIR)/etc/foo``
The generic rules are looking like the following:
@@ -680,7 +680,7 @@ The generic rules are looking like the following:
* ``$(PTXDIST_PLATFORMCONFIGDIR)/projectroot/etc/foo$(PTXDIST_PLATFORMSUFFIX)``
* ``$(PTXDIST_WORKSPACE)/projectroot/etc/foo``
* ``$(PTXDIST_PLATFORMCONFIGDIR)/projectroot/etc/foo``
-* ``$(PTXDIST_TOPDIR)/generic/etc/foo``
+* ``$(PTXDIST_TOPDIR)/projectroot/etc/foo``
* ``$(FOO_DIR)/etc/foo``
Note: You can get the current values for the listed variables above via running