diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-23 22:55:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-23 22:55:39 +0000 |
commit | afef7a3fd37b275c29efe8e377b6f64a75673fc6 (patch) | |
tree | 5fef1e770c34c401d302414ac1a8f99637e545dd /Master/texmf-dist/doc/latex/ecv | |
parent | 7e54db207398fab8c02c3b8fc20a6700be7e8a74 (diff) |
do not install docstrip.cfg
git-svn-id: svn://tug.org/texlive/trunk@5019 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ecv')
-rw-r--r-- | Master/texmf-dist/doc/latex/ecv/docstrip.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ecv/docstrip.cfg b/Master/texmf-dist/doc/latex/ecv/docstrip.cfg new file mode 100644 index 00000000000..d657d2bb5a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ecv/docstrip.cfg @@ -0,0 +1,13 @@ +% +% docstrip.cfg +% +% Sample configuration for the docstrip program for the ecv class +% + +% BaseDirectory: To this directory the class will be installed +%\BaseDirectory{/usr/share/texmf} +\BaseDirectory{.} + +% Path mapping for the directories defined in the ins file +%\DeclareDir{tex/latex/ecv}{tex/latex/ecv} +\DeclareDir{tex/latex/ecv}{.} |