Skip to content

Commit

Permalink
Cleaning up the error handling, fixing maintaining-bug of the Uid hea…
Browse files Browse the repository at this point in the history
…der-field.
  • Loading branch information
etnt committed Jul 12, 2005
1 parent 5ab01ee commit 72e348f
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 272 deletions.
5 changes: 3 additions & 2 deletions lib/esmb/src/Makefile
Expand Up @@ -6,6 +6,8 @@ VSN=$(ESMB_VSN)

DEBUG=

DOCDIR=`pwd`

ERL=erl
ERLC=erlc
ERLC_FLAGS=-W $(DEBUG)
Expand All @@ -32,8 +34,7 @@ clean:
rm -rf $(EBIN_FILES)

## Need R10 (?)
doc:
$(MAKE) DOCDIR=`pwd` $(DOCDIR)/esmb_rpc.html
doc: $(DOCDIR)/esmb_rpc.html

$(DOCDIR)/%.html:%.erl
$(ERL) -noshell -run edoc_run file '"$<"' '[{dir,"$(DOCDIR)"}, {preprocess, true}]' -s init stop
Expand Down

0 comments on commit 72e348f

Please sign in to comment.