2015-02-28 15:55:08 +01:00
|
|
|
--- doc/Makefile.in.orig 2015-02-27 17:37:51.000000000 +0900
|
|
|
|
+++ doc/Makefile.in 2015-02-28 23:39:40.404690107 +0900
|
|
|
|
@@ -77,7 +77,7 @@
|
|
|
|
test $$has_opt = yes
|
|
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
2006-12-09 09:36:48 +01:00
|
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
+pkgdatadir = $(datadir)/doc/gnupg1
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
2012-01-31 01:56:24 +01:00
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
2015-02-28 15:55:08 +01:00
|
|
|
@@ -422,7 +422,11 @@
|
2008-08-11 14:27:52 +02:00
|
|
|
|
|
|
|
# Need this to avoid building of dvis with automake 1.4
|
|
|
|
DVIS =
|
|
|
|
+ifdef NOPORTDOCS
|
|
|
|
+pkgdata_DATA =
|
|
|
|
+else
|
2010-10-19 02:36:14 +02:00
|
|
|
pkgdata_DATA = FAQ
|
2008-08-11 14:27:52 +02:00
|
|
|
+endif
|
2010-10-19 02:36:14 +02:00
|
|
|
|
2008-08-11 14:27:52 +02:00
|
|
|
# we can't add gpg.texi gpgv.texi here because automake does not like them to
|
2012-12-21 01:42:24 +01:00
|
|
|
# be built files.
|
2015-02-28 15:55:08 +01:00
|
|
|
@@ -670,6 +674,8 @@
|
2012-12-21 01:42:24 +01:00
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
2015-02-28 15:55:08 +01:00
|
|
|
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
2008-08-11 14:27:52 +02:00
|
|
|
install-pkgdataDATA: $(pkgdata_DATA)
|
|
|
|
+ifdef NOPORTDOCS
|
|
|
|
+else
|
|
|
|
@$(NORMAL_INSTALL)
|
2012-01-31 01:56:24 +01:00
|
|
|
@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
|
2012-12-21 01:42:24 +01:00
|
|
|
if test -n "$$list"; then \
|
2015-02-28 15:55:08 +01:00
|
|
|
@@ -684,6 +690,7 @@
|
2012-01-31 01:56:24 +01:00
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
|
2008-08-11 14:27:52 +02:00
|
|
|
done
|
|
|
|
+endif
|
|
|
|
|
|
|
|
uninstall-pkgdataDATA:
|
|
|
|
@$(NORMAL_UNINSTALL)
|