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]

How to remove custom directory with maintainer-clean


Hello,

I have a custom target doc which creates an directory with all the end-user docs.

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.

How can I convience automake to remove doc with rm -r doc?

Regards,

Oliver Fischer



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