From: Daniel Barrett Date: Thu, 1 Aug 2019 17:47:43 +0000 (+0200) Subject: Add PDF to the DocBook notation class X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2162 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=afeb1e45b265d340cd856518da9a1b0a44fbe063;p=emacs.git Add PDF to the DocBook notation class * etc/schema/dbnotn.rnc: PDF is among the document types accepted (bug#21882). Copyright-paperwork-exempt: yes --- diff --git a/etc/schema/dbnotn.rnc b/etc/schema/dbnotn.rnc index 2a6185f27fd..10ecc53b18f 100644 --- a/etc/schema/dbnotn.rnc +++ b/etc/schema/dbnotn.rnc @@ -65,6 +65,7 @@ notation.class = | "JPEG" | "IGES" | "PCX" + | "PDF" | "PIC" | "PNG" | "PS"