about summary refs log tree commit diff
path: root/doc/manual/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T11·23+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T12·54+0100
commit16e7d692092449263880ee795ec419cecbe22d24 (patch)
treee42cdbfb28006768699cac05f911a644d37ba8fb /doc/manual/local.mk
parentac8c2ef1aa30c50b568883d2051335a66437694f (diff)
Update Makefile variable names
Diffstat (limited to 'doc/manual/local.mk')
-rw-r--r--doc/manual/local.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index ae3a9df5c8..8d49e1e4d5 100644
--- a/doc/manual/local.mk
+++ b/doc/manual/local.mk
@@ -26,7 +26,7 @@ $(d)/manual.is-valid: $(d)/manual.xmli
 	  $(xmllint) --nonet --noout --relaxng $(docbookrng)/docbook.rng -
 	@touch $@
 
-clean_files += $(d)/manual.xmli $(d)/version.txt $(d)/manual.is-valid
+clean-files += $(d)/manual.xmli $(d)/version.txt $(d)/manual.is-valid
 
 
 # Generate man pages.
@@ -43,7 +43,7 @@ $(man-pages): $(d)/manual.xmli $(d)/manual.is-valid
 	  $(docbookxsl)/profiling/profile.xsl $< 2> /dev/null | \
 	  (cd doc/manual && $(XSLTPROC) $(docbookxsl)/manpages/docbook.xsl -)
 
-clean_files += $(d)/*.1 $(d)/*.5 $(d)/*.8
+clean-files += $(d)/*.1 $(d)/*.5 $(d)/*.8
 
 
 # Generate the HTML manual.
@@ -62,7 +62,7 @@ $(eval $(call install-symlink, manual.html, $(docdir)/manual/index.html))
 
 all: $(d)/manual.html
 
-clean_files += $(d)/manual.html
+clean-files += $(d)/manual.html
 
 
 # Generate the PDF manual.
@@ -76,4 +76,4 @@ $(d)/manual.pdf: $(d)/manual.xml $(MANUAL_SRCS) $(d)/manual.is-valid
 		exit 1; \
 	fi
 
-clean_files += $(d)/manual.pdf
+clean-files += $(d)/manual.pdf