summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-02-18 14:29:41 +0100
committerJim Meyering <meyering@redhat.com>2012-02-18 15:48:44 +0100
commit4fd8e74e4d3fe136fe0c4db83d5d249500e54744 (patch)
tree0272f5b640e837ba28f71ccee3f0e3fdeeba9bd5 /doc
parent763c1cf287d2b264eb5c988e52ffd32ded594e42 (diff)
downloadparted-4fd8e74e4d3fe136fe0c4db83d5d249500e54744.tar.gz
build,test: update gnulib, bootstrap and init.sh
* bootstrap: Update. * tests/init.sh: Update. * gnulib: Update. * doc/po4a.mk: Updating gnulib pulls in newer syntax-check rules, including one that rejects @lower_case@ variables in Makefiles. Fix the sole violation: s/@mandir@/$(mandir)/
Diffstat (limited to 'doc')
-rw-r--r--doc/po4a.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/po4a.mk b/doc/po4a.mk
index 1123c91..b378121 100644
--- a/doc/po4a.mk
+++ b/doc/po4a.mk
@@ -23,7 +23,7 @@
# threshold is 80%), it won't be distributed, and the build won't fail.
#
-mandir = @mandir@/$(lang)
+mandir = $(mandir)/$(lang)
# Inform automake that we want to install some man pages in section 1, 5
# and 8.