From: Catalin Marinas Date: Wed, 11 Apr 2007 23:01:10 +0000 (+0100) Subject: Revert commit "Move man page stg(1) to stg(7)" X-Git-Tag: v0.13~100 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/36043cd62481bce58d032d06e5e79cae0ec84749?ds=sidebyside Revert commit "Move man page stg(1) to stg(7)" This commit is reverting 5906924135f886527c1e947d100073067783eaa2 and also moves stg.txt to section 1 in Documentation/Makefile. Signed-off-by: Catalin Marinas --- diff --git a/Documentation/Makefile b/Documentation/Makefile index ea387e7..2e5d23c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,5 +1,5 @@ -MAN1_TXT=$(wildcard stg-*.txt) -MAN7_TXT=stg.txt +MAN1_TXT=$(wildcard stg*.txt) +MAN7_TXT= DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT)) diff --git a/Documentation/stg.txt b/Documentation/stg.txt index d5339bb..cf28b02 100644 --- a/Documentation/stg.txt +++ b/Documentation/stg.txt @@ -1,4 +1,4 @@ -stg(7) +stg(1) ====== Yann Dirson v0.12.1, February 2007