X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=68aa6bc9eaef45d9c1bf27e654c047af5798cf23;hb=08be831b7b7e3e55d862eb988a604ccbde603403;hp=58553d77b0bab475d981613f583a23ee845b1ecd;hpb=bd316f681059910962a9ba38c339517ac472ac38;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 58553d77..68aa6bc9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,12 +12,13 @@ cmdline_dir := @cmdline_dir@ executables := @executables@ GENGETOPT := @gengetopt@ +HELP2MAN := @help2man@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := nested assignment +codename := hybrid causality GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) @@ -123,17 +124,17 @@ server_command_lists_ch = server_command_list.c afs_command_list.c \ server_command_list.h afs_command_list.h server_command_lists_man = server_command_list.man afs_command_list.man man/man1/para_server.1: para_server $(server_command_lists_man) | $(man_dir) - @[ -z "$(Q)" ] || echo 'HELP2MAN $<' + @[ -z "$(Q)" ] || echo 'MAN $<' $(Q) opts="-h --detailed-help -N `for i in $(server_command_lists_man); do printf "%s\n" "-i $$i"; done`"; \ - help2man $$opts ./para_server > $@ + $(HELP2MAN) $$opts ./para_server > $@ man/man1/para_audiod.1: para_audiod audiod_command_list.man | $(man_dir) - @[ -z "$(Q)" ] || echo 'HELP2MAN $<' - $(Q) help2man -h --detailed-help -N -i audiod_command_list.man ./para_audiod > $@ + @[ -z "$(Q)" ] || echo 'MAN $<' + $(Q) $(HELP2MAN) -h --detailed-help -N -i audiod_command_list.man ./para_audiod > $@ man/man1/%.1: % | $(man_dir) - @[ -z "$(Q)" ] || echo 'HELP2MAN $<' - $(Q) help2man -h --detailed-help -N ./$< > $@ + @[ -z "$(Q)" ] || echo 'MAN $<' + $(Q) $(HELP2MAN) -h --detailed-help -N ./$< > $@ man/html/%.html: man/man1/%.1 @[ -z "$(Q)" ] || echo 'MAN2HTML $<'