This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to remove custom directory with maintainer-clean


"Oliver B. Fischer" <plexus@snafu.de> writes:

> Since doc is a generated directory I would like to be able to remove
> it with maintainer-clean. Unfortunately adding doc to
> MAINTAINERCLEANFILES doesn't help, since the generated makefile tries
> to remove doc by executing rm -f doc.

maintainer-clean-local:
        $(RM) -r doc


HTH,
Roger

-- 
Roger Leigh

                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]