Add Ubuntu Studio to Makefile

ubuntu/hirsute
Erich Eickmeyer 4 years ago
parent 9d4402f377
commit feaf80857a

@ -5,10 +5,13 @@
all: all:
# Desktop file # Desktop file
(cd lubuntu/po/ && make) (cd lubuntu/po/ && make)
(cd ubuntustudio/po/ && make)
# Slideshow # Slideshow
(cd lubuntu/branding/lubuntu/lang/ && make) (cd lubuntu/branding/lubuntu/lang/ && make)
(cd ubuntustudio/branding/ubuntustudio/lang && make)
# Get rid of the unnecessary files # Get rid of the unnecessary files
find lubuntu/ -type f -iname "*.in" | xargs rm -f find lubuntu/ -type f -iname "*.in" | xargs rm -f
find lubuntu/ -type f -iname "Makefile" | xargs rm -f find lubuntu/ -type f -iname "Makefile" | xargs rm -f
find ubuntustudio/ -type f -iname "*.in" | xargs rm -f
find ubuntustudio/ -type f -iname "Makefile" | xargs rm -f
# vim:ts=4 # vim:ts=4

Loading…
Cancel
Save