diff options
Diffstat (limited to 'INSTALL-cvs')
-rw-r--r-- | INSTALL-cvs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/INSTALL-cvs b/INSTALL-cvs deleted file mode 100644 index e5b2910..0000000 --- a/INSTALL-cvs +++ /dev/null @@ -1,17 +0,0 @@ -To be able to build from cvs you will need -the whole autotools suite + gettext. - -run ./autogen.sh -run configure --enable-maintainer-mode - -Now you are set (run make, make install or whatever). - -I had problems to generate in doc/ because of tex / etex -conflicts. - -If this happens to you, try to set your environment variable TEX, -for example: - -TEX=tex -export TEX - |