automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to install data directories


From: Remco Bras
Subject: Re: how to install data directories
Date: Sun, 31 Aug 2008 17:48:07 +0200
User-agent: KMail/1.9.9

Hi,
First, you've lost the list again. 
Second, subdirectories may be uninstalled by using uninstall-hook as follows:
(presuming the stuff from the foodir example)
uninstall-hook:
        rmdir $(foodir)
Uninstall-hook is run after make uninstall has completed, so the directory may 
be safely removed since the files you installed in it will be deleted 
earlier.

-Remco




reply via email to

[Prev in Thread] Current Thread [Next in Thread]