Skip to content

Commit

Permalink
Merge pull request #44 from budlabs/dev
Browse files Browse the repository at this point in the history
fixed makefile issues
  • Loading branch information
budRich authored Jan 15, 2019
2 parents 4fa9064 + 50ef43d commit 95cfd31
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ install:
install -m 0755 $$script $(INSTBIN); \
done

@$(SCRIPT)
.PHONY: install


Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,16 @@ about the command.
`i3ass` show version info for all scripts and dependencies.
## updates

### 2019.01.15.0

Removed execution of `i3ass` command from the **Makefile**,
and added `make uninstall` to the **PKGBUILD** on [AUR]. To
improve the installation process. (*thanks to Johan for
reporting issue with i3ass command in makefil*).

### 2019.01.11.0


Extreme refactoring edition.
The project now uses [bashbud] as the backbone for code and
documentation organization. A lot of changes "under the
Expand Down Expand Up @@ -134,12 +142,6 @@ i3fyra 'move' command to work with the new changes.

Added workspace position to i3list output.

### v.0.1.77


cleaned up [i3flip] code and added ability to flip in
layouts other then tabbed|stacked.


## known issues

Expand Down
2 changes: 1 addition & 1 deletion i3ass.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH I3ASS 1 2019\-01\-11 Linx "User Manuals"
.TH I3ASS 1 2019\-01\-15 Linx "User Manuals"
.SH NAME
.PP
\fB\fCi3ass\fR \- i3 assistance scripts
Expand Down
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
___printversion(){

cat << 'EOB' >&2
i3ass - version: 2019.01.11.0
updated: 2019-01-11 by budRich
i3ass - version: 2019.01.15.0
updated: 2019-01-15 by budRich
EOB
}

Expand Down
4 changes: 2 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: i3 assistance scripts
updated: 2019-01-11
version: 2019.01.11.0
updated: 2019-01-15
version: 2019.01.15.0
author: budRich
repo: https://github.com/budlabs/i3ass
created: 2018-10-18
Expand Down
4 changes: 2 additions & 2 deletions program.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
___printversion(){

cat << 'EOB' >&2
i3ass - version: 2019.01.11.0
updated: 2019-01-11 by budRich
i3ass - version: 2019.01.15.0
updated: 2019-01-15 by budRich
EOB
}

Expand Down
4 changes: 4 additions & 0 deletions releasenotes/2019.01.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### 2019.01.15.0

Removed execution of `i3ass` command from the **Makefile**,
and added `make uninstall` to the **PKGBUILD** on [AUR]. To improve the installation process. (*thanks to Johan for reporting issue with i3ass command in makefil*).

0 comments on commit 95cfd31

Please sign in to comment.