Typo
[linux_from_scratch_hints.git] / OLD / gpm_without_tetex.txt
blob3b055fc0bef309310cddcb96f15897d30f15ff11
1 TITLE:          gpm without teTex
2 LFS VERSION:    any
3 AUTHOR:         Lee Harris <mr.1ee@ntlworld.com>
5 SYNOPSIS:
6         gpm fails to compile without tex being install (which entails installing the rather large teTex).
8 HINT:
9 You can compile gpm without the documentation. Then you don't need tex.
10 You will still get the man pages anyway.
12 In the top level dir look in Makefile.in for the line :- 
13          for i in doc sample ; do \  
15 delete the word doc and save
17 Do 
18          ./configure;make;make install
20 Then
21          cp doc/gpm.8 /usr/share/man/man8/gpm.8
22          cp doc/gpm-root.1 /usr/share/man/man1/gpm-root.1