Update a comment in makefile about modified help pages path

This commit is contained in:
Sunil Mohan Adapa 2014-08-17 19:45:27 +05:30
parent 5e25a432c3
commit 38ea536ee3

View File

@ -82,7 +82,7 @@ latex: $(LATEX)
# This gets us the html sections complete with TOC, but without the
# HTML and head section boilerplate. /help/view uses the parts.
# HTML and head section boilerplate. /help/page uses the parts.
%.part.html: %.html
csplit -s -f $@ $< '%.*<body>%'
sed '1d' $@00 > $@01