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