From feaf80857a608a8bd5cf79463d74aecb6e5f9d5a Mon Sep 17 00:00:00 2001 From: Erich Eickmeyer Date: Thu, 14 May 2020 22:41:29 -0700 Subject: [PATCH] Add Ubuntu Studio to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1538a5..cdec0f8 100755 --- a/Makefile +++ b/Makefile @@ -5,10 +5,13 @@ all: # Desktop file (cd lubuntu/po/ && make) + (cd ubuntustudio/po/ && make) # Slideshow (cd lubuntu/branding/lubuntu/lang/ && make) + (cd ubuntustudio/branding/ubuntustudio/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 - + find ubuntustudio/ -type f -iname "*.in" | xargs rm -f + find ubuntustudio/ -type f -iname "Makefile" | xargs rm -f # vim:ts=4