diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-17 11:16:49 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-17 11:18:39 -0800 |
commit | 0479ddaeb0f54f960db0537ee1f39702ae400eb8 (patch) | |
tree | 1ff1f7843a226be874e667e29aa0888ba4c95fe4 /Makefile | |
parent | 9bd750ff2dda8fe1fd013bfb749bc2a8038b1c3c (diff) |
Create cmark.3 in cmake build process.
Remove it from the repository. Closes #241.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -21,7 +21,7 @@ JSMODULES=$(wildcard js/lib/*.js) .PHONY: all spec leakcheck clean fuzztest dingus upload jshint test testjs benchjs update-site upload-site check npm debug mingw archive tarball ziparchive testarchive testtarball testziparchive testlib bench apidoc -all: $(PROG) man/man1/cmark.1 man/man3/cmark.3 +all: $(PROG) @echo "Binaries can be found in $(BUILDDIR)/src" $(PROG): $(BUILDDIR) @@ -74,9 +74,6 @@ archive: spec.html $(BUILDDIR) man/man1/cmark.1 man/man3/cmark.3 clean: rm -rf $(BUILDDIR) $(MINGW_BUILDDIR) $(MINGW_INSTALLDIR) $(TARBALL) $(ZIPARCHIVE) $(PKGDIR) -man/man3/cmark.3: src/cmark.h $(PROG) - python man/make_man_page.py $< > $@ - man/man1/cmark.1.html: man/man1/cmark.1 groff -mman -Thtml > $@ |