diff options
author | Björn Gustavsson <[email protected]> | 2017-01-16 12:05:46 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-01-16 12:05:46 +0100 |
commit | cc742052e0cb63a7c38dde2e4a39ba689832492a (patch) | |
tree | a219c213100e0e923e70ea1c4e5f072ada4703db /lib/asn1/doc/src/Makefile | |
parent | 6c7539b0e39996f870385e5276e08c0dd98b6eb8 (diff) | |
parent | c82bbd8f28f3e0ce00f5db44f7a6cef75653eee5 (diff) | |
download | otp-cc742052e0cb63a7c38dde2e4a39ba689832492a.tar.gz otp-cc742052e0cb63a7c38dde2e4a39ba689832492a.tar.bz2 otp-cc742052e0cb63a7c38dde2e4a39ba689832492a.zip |
Merge pull request #1307 from bjorng/bjorn/asn1/remove-deprecated/OTP-14146
asn1: Remove deprecated functions
OTP-14146
Diffstat (limited to 'lib/asn1/doc/src/Makefile')
-rw-r--r-- | lib/asn1/doc/src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asn1/doc/src/Makefile b/lib/asn1/doc/src/Makefile index 559836116f..9a388e4e8a 100644 --- a/lib/asn1/doc/src/Makefile +++ b/lib/asn1/doc/src/Makefile @@ -37,8 +37,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN) # Target Specs # ---------------------------------------------------- XML_APPLICATION_FILES = ref_man.xml -XML_REF3_FILES = asn1ct.xml \ - asn1rt.xml +XML_REF3_FILES = asn1ct.xml GEN_XML = \ asn1_spec.xml |