clean build with docs

This commit is contained in:
Daniel Kahn Gillmor 2015-07-12 13:51:31 -04:00
parent be7c9f18eb
commit 60b1ac75eb
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Sat, 11 Jul 2015 19:09:02 -0400
Subject: enable build of docs
Without this change, after ./autogen.sh, ./configure --enable-gtk-doc
results in:
config.status: error: cannot find input file: `docs/libpsl/Makefile.in'
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7fc1491..b5dcee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,7 +253,7 @@ AC_CONFIG_FILES([Makefile
src/Makefile
tools/Makefile
po/Makefile.in
- ${docdir_makefile}
+ docs/libpsl/Makefile
${docdir_version_xml}
data/Makefile
tests/Makefile

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
0001-enable-build-of-docs.patch