From 1395adf125aa0ebad4024313d5e8a2a92d70e5a9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 19 2019 19:05:46 +0000 Subject: Update indexhtml/Makefile to build tar.gz sources --- diff --git a/indexhtml/Makefile b/indexhtml/Makefile index c86f958..68dfc61 100644 --- a/indexhtml/Makefile +++ b/indexhtml/Makefile @@ -26,11 +26,24 @@ prefix = . srcdir = . datarootdir = $(prefix)/$(lang) localedir = PO +version = 8.0 #============================================================================== # Requirements #============================================================================== all: $(datarootdir)/index.html +build: centos-indexhtml-$(version).tar.gz + +#============================================================================== +# Sources +#============================================================================== +centos-indexhtml-$(version).tar.gz: \ + $(prefix)/??_??/* \ + $(prefix)/index.html \ + $(prefix)/common/css/* \ + $(prefix)/common/images/* \ + $(prefix)/common/fonts/* + tar -czf centos-indexhtml-$(version).tar.gz $(prefix)/??_??/* $(prefix)/index.html $(prefix)/common/ #====================================================================== # Translations