|
From: Ethan A M. <merritt@u.washington.edu> - 2008-09-04 16:33:50
|
On Thursday 04 September 2008, Petr Mikulik wrote: > > > Is there a target to make the tex (and from > > > there, the PS and PDF) versions of the gnuplot > > > manual? > > > > make pdf # plain text pdf > > make pdffigures # pdf with embedded figures (cvs version) > > I wish it is possible to list all useful make targets. "useful" is tricky. A simple-minded way to list all targets is grep : Makefile or to reduce the noise a little bit grep '^[^ \.]*:' Makefile As Phillip pointed out, however, not all of the subdirectory targets are recognized from the top level directory. I have not really looked into that, but if someone has a quick fix please let me know. Ethan > For example I always > use > make install-strip > for installation, but it is undocumented. > > Should this list go to the beginning of configured Makefile, or " make help" > target, or to an INSTALL file? > > --- > PM > -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |