X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/bc5a96be5999087160f174f0d1dfc3d68e6cc015..d831bbec69bfdbd12ce7774be02eb224cfe41d3b:/Makefile diff --git a/Makefile b/Makefile index d0c6b07..4625aa8 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,6 @@ all: clean: rm -f tweeper.1 -changelog: - git log --pretty="format:%ai %aN <%aE>%n%n%x09* %s%d%n" > ChangeLog - docs: a2x -f manpage tweeper.1.asciidoc @@ -29,5 +26,5 @@ install: installdocs install -m755 tweeper $(DESTDIR)$(TWEEPER_DIR) install -d $(DESTDIR)$(BIN_DIR) ln -sf $(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper - @echo -e "\n\nINTALLATION COMPLETE" + @echo -e "\n\nINSTALLATION COMPLETE" @echo -e "Make sure '$(PHP_SCRIPT_DIR)' is in PHP include_path!\n"