diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-12 17:23:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-14 06:20:47 +0200 |
commit | dcf00af7d217270db60dc639b1548646c7348799 (patch) | |
tree | 2a98f58bd22948a6c658cad6824f64ddb3d60672 /doc | |
parent | 25724519eb9a4f7db9af03131170dec633ff2ac5 (diff) | |
download | gnutls-dcf00af7d217270db60dc639b1548646c7348799.tar.gz |
doc: allow creation of gnutls.epub without running epub-fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 218bbc98ec..b9ba033ca7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -527,7 +527,7 @@ gnutls.xml: epub.texi gnutls.epub: gnutls.xml dbtoepub $< - epub-fix --delete-unmanifested gnutls.epub + -epub-fix --delete-unmanifested gnutls.epub ENUMS = ENUMS += enums/dane_cert_type_t |