[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.2 Other `make' Targets
There are some other useful make targets:
-
‘mpfr.info’ or ‘info’
Create an info version of the manual, in ‘mpfr.info’.
-
‘mpfr.pdf’ or ‘pdf’
Create a PDF version of the manual, in ‘mpfr.pdf’.
-
‘mpfr.dvi’ or ‘dvi’
Create a DVI version of the manual, in ‘mpfr.dvi’.
-
‘mpfr.ps’ or ‘ps’
Create a Postscript version of the manual, in ‘mpfr.ps’.
-
‘mpfr.html’ or ‘html’
Create a HTML version of the manual, in several pages in the directory ‘mpfr.html’; if you want only one output HTML file, then type ‘makeinfo --html --no-split mpfr.texi’ instead.
-
‘clean’
Delete all object files and archive files, but not the configuration files.
-
‘distclean’
Delete all files not included in the distribution.
-
‘uninstall’
Delete all files copied by ‘make install’.