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. Which variable or step works and for this we have to change the configure.ac file?? -- Avneet Kaur www.avneetkhasla.wordpress.com
