diff options
Diffstat (limited to 'texinfo/Makefile')
-rw-r--r-- | texinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/texinfo/Makefile b/texinfo/Makefile index 0cc5a60..4bd8ed1 100644 --- a/texinfo/Makefile +++ b/texinfo/Makefile @@ -1,4 +1,5 @@ .POSIX: +include ../common.mk install: if test -x /usr/bin/info; then \ |