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