diff options
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 6b09c07..81b70aa 100644 --- a/share/Makefile +++ b/share/Makefile @@ -10,7 +10,7 @@ SUBDIR= colldef dict examples man me misc mk monetdef \ SUBDIR+= mklocale .endif -.if !defined(NO_SHAREDOCS) && ${MACHINE_ARCH} != "ia64" +.if !defined(NO_SHAREDOCS) SUBDIR+= doc .endif |