]> err.no Git - dpkg/commitdiff
Add paths entity file
authorWichert Akkerman <wakkerma@debian.org>
Sun, 5 May 2002 15:43:54 +0000 (15:43 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 5 May 2002 15:43:54 +0000 (15:43 +0000)
man/.cvsignore
man/paths.ent.in [new file with mode: 0644]

index f3c7a7c5da68804a1bdf391127ba34aed33c3cca..c8e69489389d99d680627765ee5aa6d5a081eadd 100644 (file)
@@ -1 +1,2 @@
 Makefile
+paths.ent
diff --git a/man/paths.ent.in b/man/paths.ent.in
new file mode 100644 (file)
index 0000000..cd5099c
--- /dev/null
@@ -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">