Skip to content

Commit

Permalink
Fixes makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 30, 2014
1 parent c8c7934 commit 24643e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,13 @@ rmgambas:

link-inex:

ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex
ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex

.MAKE: build-inex build-json build-pixmaps

.PHONY: clean-pixmaps clean-json clean-inex clean-all \
build-inex build-json build-pixmaps \
install-create-dirs install-pastebinit-and-other \
install-pixmaps install-changelogs install-manpages \
install-docs install-json install-inex install-scripts \
link-inex
6 changes: 4 additions & 2 deletions changelogs/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/usr/bin/make -f

include ../i-nex.mk

CHANGELOG_FILES=$(wildcard changelog-*)

install: install-changelogs compress-changelogs

install-changelogs:

@echo -e '\033[1;32mInstalling Changelogs...\033[0m'
mkdir -p $(DESTDIR)$(PREFIX)$(DOCSDIR)/
install -Dm644 $(CHANGELOG_FILES) $(DESTDIR)$(PREFIX)$(DOCSDIR)/
mkdir -p $(DESTDIR)$(PREFIX)$(DOCSDIR)
install -Dm644 $(CHANGELOG_FILES) $(DESTDIR)$(PREFIX)$(DOCSDIR)

compress-changelogs:

Expand Down

0 comments on commit 24643e3

Please sign in to comment.