Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Jul 2, 2015
2 parents 5bee84a + 225f9af commit 14e0ca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build/
tmp/
.tmp/
\#*#
.#*
*~
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Jul 01 16:40:00 UTC 2015 - [email protected]
Tue Jul 02 09:11:00 UTC 2015 - [email protected]

Stable release 2.0.1

Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ endif
SHELL := /bin/bash
PACKAGE := suse-xsl-stylesheets
VERSION := 2.0.1
CDIR := $(shell pwd)
DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt
SUSE_XML_PATH := $(PREFIX)/xml/suse
DB_XML_PATH := $(PREFIX)/xml/docbook
Expand Down Expand Up @@ -274,9 +275,9 @@ $(INST_DIRECTORIES) $(DEV_DIRECTORIES) $(BUILD_DIR):

.PHONY: dist
dist: | $(BUILD_DIR)
@tar cfjh $(BUILD_DIR)/$(PACKAGE)-$(VERSION).tar.bz2 \
--exclude-from=$(DIST_EXCLUDES) \
--transform 's:./:suse-xsl-stylesheets-$(VERSION)/:' .
@tar cfjhP $(BUILD_DIR)/$(PACKAGE)-$(VERSION).tar.bz2 \
-C $(CDIR) --exclude-from=$(DIST_EXCLUDES) \
--transform 's:^$(CDIR):suse-xsl-stylesheets-$(VERSION):' $(CDIR)
@echo "Successfully created $(BUILD_DIR)/$(PACKAGE)-$(VERSION).tar.bz2"

PHONY: dist-clean
Expand Down

0 comments on commit 14e0ca8

Please sign in to comment.