From 3753a79669f9c3b930355d8d8d9b0b49e528b505 Mon Sep 17 00:00:00 2001 From: Jonas Eberle Date: Sun, 17 Sep 2023 13:11:18 +0200 Subject: [PATCH] Rename single tile target to z_ao__single... ... for easier arranging of scenery_packs.ini. You want these in above the other z_ao... scenery packs. Calling them z_ao__... instead of z_aosingle... allows alphabetical sorting. --- Makefile.tiles | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.tiles b/Makefile.tiles index dc1558a..a698186 100644 --- a/Makefile.tiles +++ b/Makefile.tiles @@ -148,13 +148,13 @@ Ortho4XP/Tiles/*/*/*/%.dsf: Ortho4XP var/run/neighboursOfTile_%.elevation && python3 Ortho4XP_v130.py $$COORDS BI $(ZL) 2>&1 | grep -v 'is deprecated' \ ); -var/run/z_aosingle_%: Ortho4XP/Tiles/*/*/*/%.dsf +var/run/z_ao__single_%: Ortho4XP/Tiles/*/*/*/%.dsf @echo "[$@]" - @cp -r Ortho4XP/Tiles/zOrtho4XP_$*/ var/run/z_aosingle_$* + @cp -r Ortho4XP/Tiles/zOrtho4XP_$*/ var/run/z_ao__single_$* -z_aosingle_%.zip: var/run/z_aosingle_% +z_ao__single_%.zip: var/run/z_ao__single_% @echo "[$@]" - @cd var/run/ && zip -r ../../$@ z_aosingle_$*/ + @cd var/run/ && zip -r ../../$@ z_ao__single_$*/ .SECONDARY: $(TILE_FILES) @@ -177,7 +177,7 @@ clean: -rm -rf var/run -rm -f $(ZIPS) -rm -rf z_$(TILENAME)* - -rm -rf z_aosingle_* + -rm -rf z_ao__single_* -rm -f $(TILENAME)_tile_list.* distclean: clean