Signed-off-by: Karl Hasselström <kha@xxxxxxxxxxx> --- Documentation/Makefile | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 165e222..37df9ee 100644 --- 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)) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html