16 lines
320 B
Makefile
Raw Permalink Normal View History

2018-07-10 02:46:12 -05:00
#!/usr/bin/make -f
#SUBDIRS :=
2018-07-10 02:46:12 -05:00
2018-07-11 00:10:37 -05:00
all:
# Desktop file
(cd lubuntu/po/ && make)
chmod +x lubuntu/*.desktop
2018-07-11 00:10:37 -05:00
# 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
2018-07-10 02:46:12 -05:00
# vim:ts=4