diff options
author | Niclas Eklund <[email protected]> | 2009-12-23 16:09:55 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-01-04 12:40:38 +0100 |
commit | 337c6af6e0fb68c998f6d8ce501ea414fb1b1ce2 (patch) | |
tree | 6053372fad431453abd1e1156820a1e2a6378a4c /lib/ssh/doc/src/Makefile | |
parent | 4a61ec49275ce742e05b1e5810dd2a027a11323f (diff) | |
download | otp-337c6af6e0fb68c998f6d8ce501ea414fb1b1ce2.tar.gz otp-337c6af6e0fb68c998f6d8ce501ea414fb1b1ce2.tar.bz2 otp-337c6af6e0fb68c998f6d8ce501ea414fb1b1ce2.zip |
Old release notes removed
Diffstat (limited to 'lib/ssh/doc/src/Makefile')
-rw-r--r-- | lib/ssh/doc/src/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ssh/doc/src/Makefile b/lib/ssh/doc/src/Makefile index d2907a39d7..e02f04e7ad 100644 --- a/lib/ssh/doc/src/Makefile +++ b/lib/ssh/doc/src/Makefile @@ -53,8 +53,8 @@ XML_REF3_FILES = \ ssh_sftp.xml \ ssh_sftpd.xml \ -XML_PART_FILES = part_notes.xml part_notes_history.xml -XML_CHAPTER_FILES = notes.xml notes_history.xml +XML_PART_FILES = part_notes.xml +XML_CHAPTER_FILES = notes.xml BOOK_FILES = book.xml @@ -70,8 +70,6 @@ EXTRA_FILES = \ $(XML_REF3_FILES:%.xml=$(HTMLDIR)/%.html) \ $(XML_CHAPTER_FILES:%.xml=$(HTMLDIR)/%.html) -# notes_history.html \ - MAN3_FILES = $(XML_REF3_FILES:%.xml=$(MAN3DIR)/%.3) |