diff options
author | Lars G Thorsen <[email protected]> | 2010-01-21 14:50:08 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-01-21 14:50:08 +0000 |
commit | 1ebe327e85ed33276e56ca3e8787243e307a88df (patch) | |
tree | a4907faafee20e80f2f207d9ca382d6e6a22976f /lib/xmerl | |
parent | 8597e538b77e83348d6cea7782765d9267783c0a (diff) | |
download | otp-1ebe327e85ed33276e56ca3e8787243e307a88df.tar.gz otp-1ebe327e85ed33276e56ca3e8787243e307a88df.tar.bz2 otp-1ebe327e85ed33276e56ca3e8787243e307a88df.zip |
** Empty commit message **
Diffstat (limited to 'lib/xmerl')
-rw-r--r-- | lib/xmerl/doc/src/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/xmerl/doc/src/Makefile b/lib/xmerl/doc/src/Makefile index e26e77eb96..100a2feb0a 100644 --- a/lib/xmerl/doc/src/Makefile +++ b/lib/xmerl/doc/src/Makefile @@ -1,19 +1,19 @@ # # %CopyrightBegin% -# -# Copyright Ericsson AB 2004-2009. All Rights Reserved. -# +# +# Copyright Ericsson AB 2004-2010. All Rights Reserved. +# # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in # compliance with the License. You should have received a copy of the # Erlang Public License along with this software. If not, it can be # retrieved online at http://www.erlang.org/. -# +# # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. -# +# # %CopyrightEnd% # include $(ERL_TOP)/make/target.mk @@ -126,7 +126,7 @@ pdf: $(TOP_PDF_FILE) html: gifs $(HTML_REF_MAN_FILE) $(XMERL_XML_FILES): - docb_gen $(XMERL_DIR)/$(@:%.xml=%.erl) + escript $(DOCGEN)/priv/bin/xml_from_edoc.escript $(XMERL_DIR)/$(@:%.xml=%.erl) man: $(MAN3_FILES) $(MAN6_FILES) |