diff options
author | Anders Svensson <[email protected]> | 2012-10-11 12:56:29 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2012-11-18 19:45:08 +0100 |
commit | 511e47080a0dade00cc973e9d79e7a70da198c43 (patch) | |
tree | 0d8e551e90be4906a507174ce1895b6d5998d7a2 /lib/diameter/doc/src/files.mk | |
parent | 8317fec82dc677f299e3772d3d644639f936857a (diff) | |
download | otp-511e47080a0dade00cc973e9d79e7a70da198c43.tar.gz otp-511e47080a0dade00cc973e9d79e7a70da198c43.tar.bz2 otp-511e47080a0dade00cc973e9d79e7a70da198c43.zip |
Add entities file for cross-references (mostly)
Saves typing, more readable, less error prone.
Diffstat (limited to 'lib/diameter/doc/src/files.mk')
-rw-r--r-- | lib/diameter/doc/src/files.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/files.mk b/lib/diameter/doc/src/files.mk index 79d53abceb..48f604c98f 100644 --- a/lib/diameter/doc/src/files.mk +++ b/lib/diameter/doc/src/files.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2011. All Rights Reserved. +# Copyright Ericsson AB 2010-2012. 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 @@ -17,6 +17,9 @@ # # %CopyrightEnd% +XML_ENTITY_FILES = \ + diameter.ent + XML_APPLICATION_FILES = \ ref_man.xml |