tags 819839 -help
tags 819839 +patch
thanks
Hi Dmitry,
a fix for the planner FTBFS is attached.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
Description: Stop installing index.sgml
gtk-doc 1.25 uses devhelp2 files instead of index.sgml,
and index.sgml is therefore no longer built or required.
Author: Adrian Bunk <[email protected]>
Bug-Debian: https://bugs.debian.org/819839
Forwarded: no
--- planner-0.14.6.orig/docs/libplanner/Makefile.am
+++ planner-0.14.6/docs/libplanner/Makefile.am
@@ -165,8 +165,6 @@ install-data-local:
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
fi)
uninstall-local: