diff options
author | Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> | 2006-03-03 23:20:32 +0000 |
---|---|---|
committer | Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> | 2006-03-03 23:20:32 +0000 |
commit | ac4ecac209831a3c1a3b04a242c884ef6e32c2da (patch) | |
tree | 7e0a54b6fc461cf784ad244089fc72a93c64736a /common/entities/Makefile | |
parent | eb99359667158d999d8a7403397bd650a1620e6f (diff) | |
download | fedora-doc-utils-ac4ecac209831a3c1a3b04a242c884ef6e32c2da.tar.gz fedora-doc-utils-ac4ecac209831a3c1a3b04a242c884ef6e32c2da.tar.xz fedora-doc-utils-ac4ecac209831a3c1a3b04a242c884ef6e32c2da.zip |
Place the per-document entities file in the ${LANG}/ directory, where
it belonged all along. Using relative paths from within the local
entities should work the same as relative paths elsewhere. With
using the symbolic link "../doc-entities.ent" previously, relative
paths within the per-document entities had to be relative to the
parent directory unlike all other relative paths in the document.
Diffstat (limited to 'common/entities/Makefile')
-rw-r--r-- | common/entities/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile index bd53c0d..528ddcd 100644 --- a/common/entities/Makefile +++ b/common/entities/Makefile @@ -32,7 +32,7 @@ HELPFMT ="%-23s\t| %s.\n" ####################################################################### # FDPCOMMONDIR:=$(shell cd .. && /bin/pwd) -FDPCOMMONDIR:=../docs-common/common +FDPCOMMONDIR:=../../docs-common/common ####################################################################### ####################################################################### |