From 3406a2b2bc3cfd6d0ea51190f35a788500ea7b6c Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Wed, 10 Jun 2026 23:31:39 +0530 Subject: [PATCH] Modified Automake.lyx --- Automake.lyx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Automake.lyx b/Automake.lyx index ac30c0f..69046bb 100644 --- a/Automake.lyx +++ b/Automake.lyx @@ -980,13 +980,19 @@ height "1pt" \end_inset - -\end_layout - -\begin_layout Standard Installation location can default values which are either defined by Automake or by user itself. However, - these default value can be overridden using the argument passed while running the configure script. + these default value can be overridden using the argument passed while running the configure script or make command. + If we don't want to install certain products to the installation location, + Automake generated rules ensures to generate rules to handle such situations. + For example, + if we don't want to install binary and library files and only want to install the data files, + we can pass the command +\family typewriter +make bindir='' libdir='' install +\family default +. + \end_layout \end_body