diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-30 11:16:48 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-30 11:16:48 -0400 |
commit | 081f7d3c73c212ddb239c81ce27940771da593f8 (patch) | |
tree | 3af5b65e074079b9cf4f4672cdc53de455ec3edc /build-aux/Makefile.once.head | |
parent | 9c11591c59f467be3ca7c2a511ae22de8f5fb2fd (diff) |
add install rule, add missing at.phony definitions
Diffstat (limited to 'build-aux/Makefile.once.head')
-rw-r--r-- | build-aux/Makefile.once.head/11-gnustuff.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.head/11-gnustuff.mk b/build-aux/Makefile.once.head/11-gnustuff.mk index d91832d..800f6d2 100644 --- a/build-aux/Makefile.once.head/11-gnustuff.mk +++ b/build-aux/Makefile.once.head/11-gnustuff.mk @@ -28,3 +28,7 @@ gnustuff.info_docs ?= std.dirlocal += gnustuff.info_docs gnustuff.dirs += $(gnu.program_dirs) $(gnu.data_dirs) + +at.phony += install-html install-dvi install-pdf install-ps +at.phony += info html dvi pdf ps +at.phony += install-strip |