The branch, twofactorauth has been updated via b1dcef138457e830cf69cc0b9bf78b8c8f912b37 (commit) from b4cb0075556fbcd4fcbabf2c1c6503a1c7c90be7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile.man2html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile.man2html The diff of changes is: diff --git a/Makefile.man2html b/Makefile.man2html new file mode 100644 index 0000000..898e9ec --- /dev/null +++ b/Makefile.man2html @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +man_pages = pyhoca-gui.1 + +MAN2HTML = man2html +SRC = man +DEST = .build_man2html/html + +all: $(man_pages) + +pyhoca-gui.1: + mkdir -p $(DEST) + $(MAN2HTML) -r $(SRC)/$@ > $(DEST)/$@.html hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).