aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ots-no-include-missing-file.patch
blob: c23c7c36a126da272771067170ee12d02103a18a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The file $(top_srcdir)/gtk-doc.make doesn't exist, so don't include it.

--- a/doc/Makefile.in	2007-04-08 20:17:25.000000000 +0200
+++ b/doc/Makefile.in	2014-09-06 23:19:41.413397662 +0200
@@ -240,9 +240,6 @@
 distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
-
-include $(top_srcdir)/gtk-doc.make
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
fig-daemon.ac?id=4985a4272497bf9ba87a2190353d915da9b55906'>Start enabling substitutes from bordeaux.guix.gnu.org....In addition to substitutes from ci.guix.gnu.org. There are more changes that can be made in the future, but these changes seem like a good start. * config-daemon.ac (guix_substitute_urls): Add https://bordeaux.guix.gnu.org. * guix/scripts/substitute.scm (%default-substitute-urls): Add http://bordeaux.guix.gnu.org. * guix/store.scm (%default-substitute-urls): Add bordeaux.guix.gnu.org. * doc/guix.texi: Adjust accordingly. * doc/contributing.texi: Adjust accordingly. Christopher Baines 2020-12-11maint: Remove unused 'NIX_VERSION' macro....* config-daemon.ac: Do not define NIX_VERSION. Ludovic Courtès 2020-12-11maint: Avoid macros obsolete in Autoconf 2.70....* configure.ac: Require Autoconf 2.69. Use 'AS_HELP_STRING' instead of 'AC_HELP_STRING'. * m4/guix.m4: Likewise. * config-daemon.ac: Use 'AC_CONFIG_HEADERS' instead of the singular variant. Ludovic Courtès