mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added InstallEdeDoc and LinkAgainstFirst rules
This commit is contained in:
@@ -141,6 +141,13 @@ rule InstallEdeMimeFiles
|
||||
}
|
||||
}
|
||||
|
||||
# InstallEdeDoc [targets] ;
|
||||
# Installs targets to EDEDOCDIR directory
|
||||
rule InstallEdeDoc
|
||||
{
|
||||
InstallData $(EDEDOCDIR) : $(1) ;
|
||||
}
|
||||
|
||||
actions Install1
|
||||
{
|
||||
$(CP) "$(>)" "$(<)"
|
||||
|
||||
Reference in New Issue
Block a user