Skip to content

Commit

Permalink
Removed man/Makefile. Put target in main Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 7, 2014
1 parent 2e3ab14 commit aef7803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PROG?=$(BUILDDIR)/src/cmark

.PHONY: all spec leakcheck clean fuzztest dingus upload jshint test testjs benchjs update-site upload-site check

all: check
all: check man/man1/cmark.1
mkdir -p $(BUILDDIR); cd build; cmake ..; make

install: check
Expand All @@ -28,6 +28,9 @@ check:

$(PROG): all

man/man1/cmark.1: man/cmark.1.md
pandoc $< -o $@ -s -t man

README.html: README.md template.html
pandoc --template template.html -S -s -t html5 -o $@ $<

Expand Down
7 changes: 0 additions & 7 deletions man/Makefile

This file was deleted.

0 comments on commit aef7803

Please sign in to comment.