Skip to content

Commit

Permalink
Fixed bug in Makefile causing doc folder to not be created
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanadventurer committed Mar 28, 2011
1 parent 2240d12 commit 83682b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Version 0.4.7 Unreleased
* Fix Makefile



Version 0.4.6 Released March 25th 2011
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
install -p -D -m 644 $(NAME).1 $(DESTDIR)$(MANPATH)/man1/$(NAME).1
gzip -f $(DESTDIR)$(MANPATH)/man1/$(NAME).1
install -d $(DESTDIR)$(LIBPATH)/$(NAME)
install -d $(DESTDIR)$(DOCPATH)/$(NAME)
cp -p -r my-plugins plugins-disabled plugins lib plugin-development $(DESTDIR)$(LIBPATH)/$(NAME)/
cp -p -r CHANGELOG INSTALL LICENSE README TODO whatweb.xsl $(DESTDIR)$(DOCPATH)/$(NAME)/

0 comments on commit 83682b1

Please sign in to comment.