mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Refactored globals used by build system
This commit is contained in:
@@ -38,7 +38,7 @@ rule MakeScript
|
||||
|
||||
actions existing MakeScript1
|
||||
{
|
||||
cat "$(>)" | $(SED) -e 's|@ededocdir@|$(EDEDOCDIR)|' > "$(<)"
|
||||
cat "$(>)" | $(SED) -e 's|@ededocdir@|$(EDE_DOC_DIR)|' > "$(<)"
|
||||
}
|
||||
|
||||
MakeScript ede-help : ede-help.in ;
|
||||
|
Reference in New Issue
Block a user