Let tips be installed

This commit is contained in:
Sanel Zukan
2009-02-24 13:54:14 +00:00
parent 6b6b9bc53e
commit ab83d5a051
3 changed files with 19 additions and 3 deletions

View File

@@ -115,6 +115,12 @@ rule InstallEdeConfigFiles
InstallData $(EDE_CONFIG_DIR) : $(<) ;
}
# InstallEdeTips [targets] ;
rule InstallEdeTips
{
InstallData $(EDE_TIPS_DIR) : $(<) ;
}
# InstallEdeMimeFiles [targets] ;
# Installs XDG mime files and run update-mime-database
rule InstallEdeMimeFiles