Specify target in Makefile.am file

2013-06-12 Thread Avneet Kaur
We use SUBDIRS to specify the sub directories in Makefile.am file like SUBDIRS = src doc examples bindings Run "make" will compile the makefile under these directories by default. But I want to remove doc from default option like it will run by "make doc" target only. This is looking for what s

Re: Specify target in Makefile.am file

2013-06-12 Thread Avneet Kaur
On Wed, Jun 12, 2013 at 10:36 PM, Avneet Kaur wrote: > But I want to remove doc from default option like it will run by "make > doc" target only. > > This is looking for what step or variable?? For this, DIST_SUBDIRS is a right solution? -- Avneet Kaur www.avneetkhasla.wordpress.com __