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