]> granicus.if.org Git - jq/commitdiff
'make clean' won't delete jq.1 if it can't be rebuilt.
authorStephen Dolan <mu@netsoc.tcd.ie>
Thu, 23 May 2013 18:20:19 +0000 (19:20 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Thu, 23 May 2013 18:20:19 +0000 (19:20 +0100)
See #131

Makefile.am

index 341520566f42a788d3dd72300432e6f64503378e..5508e9a274a3bcc890784d287e1d526be834f52b 100644 (file)
@@ -119,5 +119,8 @@ dist-clean-local:
 
 # Not sure why this doesn't get cleaned up automatically, guess
 # automake used to man pages which are hand coded?
+if ENABLE_DOCS
+# 'make clean' doesn't delete the manpage if it can't be rebuilt
 clean-local:
        rm -f jq.1
+endif
\ No newline at end of file