Skip to content

Commit

Permalink
Rename target.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Oct 18, 2017
1 parent 55664f1 commit a460414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ MAN2MARKDOWN_ARGS = --xlink click.1=Userlevel --xlink click.o.8=Linuxmodule --xl
MARKDOWN_PROVISIONS = userlevel linuxmodule ns @all_element_groups@ experimental \
smpclick int64 dpdk linux netmap pcap umultithread

markdowndir:
@if test -z "$(O)"; then echo 1>&2; echo "Run 'make markdowndir O=OUTPUTDIRECTORY'" 1>&2; echo 1>&2; false; fi
install-man-markdown:
@if test -z "$(O)"; then echo 1>&2; echo "Run 'make install-man-markdown O=OUTPUTDIRECTORY'" 1>&2; echo 1>&2; false; fi
for i in click-align click-combine click-devirtualize click-fastclassifier click-flatten click-install click-mkmindriver click-pretty click-uncombine click-undead click-uninstall click-xform; do \
$(PERL) $(srcdir)/man2html --markdown -l $(MAN2MARKDOWN_ARGS) $(srcdir)/$$i.1 -d $(O) -o $(O)/$$i.md; \
done
Expand All @@ -115,4 +115,4 @@ distclean: clean

.PHONY: all clean distclean always \
install install-man uninstall uninstall-man \
doxygen markdowndir
doxygen install-man-markdown

0 comments on commit a460414

Please sign in to comment.