mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-11 05:17:04 +00:00
16 lines
320 B
Makefile
Executable File
16 lines
320 B
Makefile
Executable File
#!/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
|