Skip to content

Commit

Permalink
removed manpages from make
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 18, 2011
1 parent bf596dc commit eefe51c
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions Makefile
@@ -1,13 +1,5 @@

DOCS = docs/index.md \
docs/screencasts.md \
docs/executable.md \
docs/contrib.md \
docs/guide.md \
docs/migrate.md \
docs/applications.md

MANPAGES =$(DOCS:.md=.1)
DOCS = $(shell find docs/*.md)
HTMLDOCS =$(DOCS:.md=.html)

test:
Expand All @@ -24,14 +16,10 @@ test:
test-cov:
@TESTFLAGS=--cov $(MAKE) test

docs: $(MANPAGES) $(HTMLDOCS)
docs: $(HTMLDOCS)
@ echo "... generating TOC"
@./support/toc.js docs/guide.html

%.1: %.md
@echo "... $< -> $@"
@ronn -r --pipe $< > $@

%.html: %.md
@echo "... $< -> $@"
@ronn -5 --pipe --fragment $< \
Expand Down

0 comments on commit eefe51c

Please sign in to comment.