diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-03-16 10:18:21 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-05-12 19:59:52 +0000 |
commit | b4e655e5f1ce3064c805f1ff4c0b6693d52814e0 (patch) | |
tree | 3ebb34bfae7cef1f6e072f2859c23a148ddbcf7f /gnu/local.mk | |
parent | 0573a923def01e54bf104e0015ade44ab42f694f (diff) | |
download | patches-b4e655e5f1ce3064c805f1ff4c0b6693d52814e0.tar patches-b4e655e5f1ce3064c805f1ff4c0b6693d52814e0.tar.gz |
gnu: Add doc++.
* gnu/packages/documentation.scm (doc++): New variable.
* gnu/packages/patches/doc++-include-directives.patch,
gnu/packages/patches/doc++-segfault-fix.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8012fa32b3..d243a1c635 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -458,6 +458,8 @@ dist_patch_DATA = \ gnu/packages/patches/dico-libtool-deterministic.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dfu-programmer-fix-libusb.patch \ + gnu/packages/patches/doc++-include-directives.patch \ + gnu/packages/patches/doc++-segfault-fix.patch \ gnu/packages/patches/doxygen-test.patch \ gnu/packages/patches/duplicity-piped-password.patch \ gnu/packages/patches/duplicity-test_selection-tmp.patch \ |