diff options
author | Wichert Akkerman <wakkerma@debian.org> | 2002-05-05 15:43:54 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 2002-05-05 15:43:54 +0000 |
commit | ad40f8e6178ec484dbb777f7eba4814f2793eb27 (patch) | |
tree | f7755f3a3c87d1b2a3a98e1ce91d4a868643260d | |
parent | 3246ac4d79bea875647900131746e0d6f3ca9c69 (diff) | |
download | dpkg-ad40f8e6178ec484dbb777f7eba4814f2793eb27.tar.gz |
Add paths entity file
-rw-r--r-- | man/.cvsignore | 1 | ||||
-rw-r--r-- | man/paths.ent.in | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/man/.cvsignore b/man/.cvsignore index f3c7a7c5d..c8e694893 100644 --- a/man/.cvsignore +++ b/man/.cvsignore @@ -1 +1,2 @@ Makefile +paths.ent diff --git a/man/paths.ent.in b/man/paths.ent.in new file mode 100644 index 000000000..cd5099c48 --- /dev/null +++ b/man/paths.ent.in @@ -0,0 +1,15 @@ +<!-- Configurable paths + --> +<!ENTITY docdir "@prefix@/doc/@PACKAGE@"> +<!ENTITY infodir "@infodir@"> +<!ENTITY datadir "@datadir@"> +<!ENTITY bindir "@bindir@"> +<!ENTITY sbintdir "@sbindir@"> +<!ENTITY libdir "@libdir@"> +<!ENTITY dpkglibdir "@libdir@/@PACKAGE@"> +<!ENTITY methodsdir "@libdir@/@PACKAGE@/methods"> +<!ENTITY parsechangelogdir "@libdir@/@PACKAGE@/parsechangelog"> +<!ENTITY mandir "@mandir@"> +<!ENTITY sysconfdir "@sysconfdir@"> +<!ENTITY dpkgconfdir "@sysconfdir@/@PACKAGE@"> +<!ENTITY alternativesdir "@sysconfdir@/alternatives"> |