diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-02-24 15:26:16 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-02-24 15:26:16 +0000 |
commit | 2e69a376c541fe644b14e7e23eead013864626c4 (patch) | |
tree | 9b62399ef47d07196fe9d2f0b4dc14558a53432e /config/Makefile.template | |
parent | f76b56baed0ee1cc332532d6fc3e82e2f52e3ba9 (diff) |
coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5379 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 0749c3540..d3f853f17 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -85,6 +85,12 @@ INSTALL=COQTOPDIRECTORY/bin/ARCHITECTURE/coqinstallEXECUTEEXTENSION # the command MKDIR (try to replace it with mkdirhier if you have problems) MKDIR=mkdir -p +# where to put the coqdoc.sty style file +BASETEXDIR=TEXDIRECTORY + +# command to update TeX' kpathsea database +MKTEXLSR=MKTEXLSRCOMMAND + #the command STRIP # Unix systems and profiling: true # Unix systems and no profiling: strip |