Skip to content

Commit

Permalink
doc/vbcc.pdf: Make sure the PDF ends up in the doc/ directory
Browse files Browse the repository at this point in the history
Signed-off-by: Jason S. McMullan <jason.mcmullan@netronome.com>
  • Loading branch information
Jason S. McMullan committed May 2, 2011
1 parent e439cb1 commit caceef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,7 +18,7 @@ bin/vprof: vprof/vprof.c
$(CC) vprof/vprof.c -o bin/vprof $(LDFLAGS)

doc/vbcc.pdf:
texi2dvi --pdf doc/vbcc.texi
(cd doc; texi2dvi --pdf vbcc.texi)

doc/vbcc.html:
(cd doc;texi2html -split=chapter -nosec_nav -frames vbcc.texi)
Expand Down

0 comments on commit caceef2

Please sign in to comment.