From ac482410ce45840ed485cbf3ea8f82d186dd1af7 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 27 Jul 2012 11:46:58 +0200 Subject: [PATCH] Makefile: fix installation paths. --- Makefile | 6 +----- lib/qasim/Makefile | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 lib/qasim/Makefile diff --git a/Makefile b/Makefile index bb3fc37..f83adfc 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,6 @@ RUBYVERSION=1.8 RDOC=rdoc$(RUBYVERSION) all: - $(MAKE) -C $(NAME) - -clean: - $(MAKE) -C $(NAME) clean doc: build-doc @@ -50,7 +46,7 @@ install-bin: #install -D -o root -g root -m 755 $(CURDIR)/bin/$(NAME)-gui.rb $(BINDIR)/$(NAME)-gui install-lib: - for libfile in $(NAME)/*.rb ; do \ + for libfile in lib/*.rb lib/**/*.rb ; do \ install -D -o root -g root -m 644 $$libfile $(SHAREDIR)/$(NAME)/$$libfile; \ done diff --git a/lib/qasim/Makefile b/lib/qasim/Makefile deleted file mode 100644 index c2e8812..0000000 --- a/lib/qasim/Makefile +++ /dev/null @@ -1,4 +0,0 @@ - -clean: - -