chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert commit "Move man page stg(1) to stg(7)"
[stgit]
/
Documentation
/
Makefile
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index ea387e76fbde9c85145946938d30c56605a91c93..2e5d23cd32be1766fec455deb9e39116ec314b7d 100644
(file)
--- 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))