chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3730c52
)
Remove unused variable
author
Karl Hasselström
<kha@treskal.com>
Sun, 5 Oct 2008 15:33:41 +0000
(17:33 +0200)
committer
Karl Hasselström
<kha@treskal.com>
Sun, 5 Oct 2008 15:33:41 +0000
(17:33 +0200)
Signed-off-by: Karl Hasselström <kha@treskal.com>
Documentation/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 165e222c102e16755bff6ea313e6fb57b69fa8ae..37df9eed5f428caa94c28f79de55e911b2929185 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-5,12
+5,10
@@
MAN1_TXT= stg.txt $(COMMANDS_TXT)
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT))
-ARTICLES =
-# with their own formatting rules.
-SP_ARTICLES = tutorial
+ARTICLES = tutorial
-DOC_HTML += $(patsubst %,%.html,$(ARTICLES)
$(SP_ARTICLES)
)
-DOC_PDF += $(patsubst %,%.pdf,$(ARTICLES)
$(SP_ARTICLES)
)
+DOC_HTML += $(patsubst %,%.html,$(ARTICLES))
+DOC_PDF += $(patsubst %,%.pdf,$(ARTICLES))
DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))