ODT
/
rero-ils-css
Archived
1
0
Fork 0
This repository has been archived on 2020-03-05. You can view files and clone it, but cannot push or open issues/pull-requests.
rero-ils-css/Makefile

24 lines
484 B
Makefile

Q=@
all: static.tar.gz static-pilot.tar.gz
static.tar.gz:
$Qmkdir static
$Qcp -r ils static/
$Qcd static/
$Qtar cfz static.tar.gz ils/
$Qcd - > /dev/null 2>&1
static-pilot.tar.gz: logo-global.pilot.png
$Qmkdir static-pilot
$Qcp -r ils static-pilot/
$Qcp logo-global.pilot.png static-pilot/ils/images/logo-global.png
$Qcd static-pilot/
$Qtar cfz static-pilot.tar.gz ils/
$Qcd - > /dev/null 2>&1
clean:
$Qrm -rf static/ static-pilot/ static.tar.gz static-pilot.tar.gz