diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-10-21 04:57:00 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-13 16:38:04 -0700 |
commit | c441a4781ff1c5b78db1410f708aa96dceec5fa2 (patch) | |
tree | ccd31f1748b0c54ec33925e3ac9d48437dc80e8b /Documentation/DocBook/Makefile | |
parent | 3b72c814a8e8cd638e1ba0da4dfce501e9dff5af (diff) | |
download | lwn-c441a4781ff1c5b78db1410f708aa96dceec5fa2.tar.gz lwn-c441a4781ff1c5b78db1410f708aa96dceec5fa2.zip |
crypto: doc - remove crypto API DocBook
With the conversion of the documentation to Sphinx, the old DocBook is
now stale.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index caab9039362f..c75e5d6b8fa8 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -13,7 +13,7 @@ DOCBOOKS := z8530book.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ 80211.xml sh.xml regulator.xml w1.xml \ - writing_musb_glue_layer.xml crypto-API.xml iio.xml + writing_musb_glue_layer.xml iio.xml ifeq ($(DOCBOOKS),) |