X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/6abf3adca8e6aa2ecd08b2881b4ae19d6d8dd9d2..8a64204e8ee7df142b5f844d4d49e8608f724c1f:/Makefile diff --git a/Makefile b/Makefile index e076b13..03a7e41 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ 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 @@ -26,5 +29,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"