From 82afbbdbb375f8b256271bff1ad1cc70009d88e7 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Mon, 20 Jun 2016 13:56:30 +0200 Subject: Wipe out mention the PTXdist 'generic' directory. This should be 'projectroot' instead. Signed-off-by: Juergen Borleis --- doc/ref_manual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ref_manual.rst') 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 ``/projectroot/etc/foo.`` * project's directory ``projectroot/etc/foo`` * platform's directory ``/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 -- cgit v1.2.3