diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-09-30 16:34:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:00 +0100 |
commit | 8679d7a1977239c98b0f296e9d5b71eb08e4434b (patch) | |
tree | 155b4a3fb62964df55cfeea182e166b5d2a029e6 /doc | |
parent | 14d208622957c82dce6d42441acecca233d0fc42 (diff) |
Update build scripts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | doc/examples/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 99f768d6..5b03aaf3 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -115,6 +115,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ diff --git a/doc/examples/Makefile.in b/doc/examples/Makefile.in index 5262921a..f797b5c1 100644 --- a/doc/examples/Makefile.in +++ b/doc/examples/Makefile.in @@ -115,6 +115,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ |