Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
minor folder name tweak in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Mar 24, 2009
1 parent 8392fe2 commit a641686
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ TAR = tar

BUILD = ./build

NAME = dokuwiki-openid-plugin
NAME = openid
VERSION = latest
STAGE = $(BUILD)/$(NAME)
ZIP_NAME = $(NAME)-$(VERSION).zip
TAR_NAME = $(NAME)-$(VERSION).tar.gz
ARCHIVE_NAME = dokuwiki-openid-plugin
ZIP_NAME = $(ARCHIVE_NAME)-$(VERSION).zip
TAR_NAME = $(ARCHIVE_NAME)-$(VERSION).tar.gz

all: export zip tar
@echo "Build complete."
Expand Down

0 comments on commit a641686

Please sign in to comment.