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/public_key/doc/src/Makefile | |
parent | 8597e538b77e83348d6cea7782765d9267783c0a (diff) | |
download | otp-1ebe327e85ed33276e56ca3e8787243e307a88df.tar.gz otp-1ebe327e85ed33276e56ca3e8787243e307a88df.tar.bz2 otp-1ebe327e85ed33276e56ca3e8787243e307a88df.zip |
** Empty commit message **
Diffstat (limited to 'lib/public_key/doc/src/Makefile')
-rw-r--r-- | lib/public_key/doc/src/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/public_key/doc/src/Makefile b/lib/public_key/doc/src/Makefile index 08d1396cca..298c28a740 100644 --- a/lib/public_key/doc/src/Makefile +++ b/lib/public_key/doc/src/Makefile @@ -1,19 +1,19 @@ # # %CopyrightBegin% -# -# Copyright Ericsson AB 2008-2009. All Rights Reserved. -# +# +# Copyright Ericsson AB 2008-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% # @@ -56,6 +56,9 @@ XML_CHAPTER_FILES = \ BOOK_FILES = book.xml +XML_FILES = $(BOOK_FILES) $(XML_APPLICATION_FILES) $(XML_REF3_FILES) \ + $(XML_PART_FILES) $(XML_CHAPTER_FILES) + GIF_FILES = note.gif # ---------------------------------------------------- |