You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
320 B
16 lines
320 B
#!/usr/bin/make -f
|
|
|
|
#SUBDIRS :=
|
|
|
|
all:
|
|
# Desktop file
|
|
(cd lubuntu/po/ && make)
|
|
chmod +x lubuntu/*.desktop
|
|
# Slideshow
|
|
(cd lubuntu/branding/lubuntu/lang/ && make)
|
|
# Get rid of the unnecessary files
|
|
find lubuntu/ -type f -iname "*.in" | xargs rm -f
|
|
find lubuntu/ -type f -iname "Makefile" | xargs rm -f
|
|
|
|
# vim:ts=4
|