From 9b9f0b728286805d8ee8232d434686efb3af5caf Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Fri, 12 Mar 1999 14:47:45 +0000 Subject: [PATCH] Moved 'doc' to SUBDIRS and removed it from CLEANDIRS/INSTALLDIRS --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index aaac8d6503..367a6a1d15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,9 +9,9 @@ ## in file LICENSE in the top-level directory of the distribution. ## -SUBDIRS= include libraries clients servers # contrib -CLEANDIRS= tests doc -INSTALLDIRS= doc +SUBDIRS= include libraries clients servers doc # contrib +CLEANDIRS= tests +INSTALLDIRS= makefiles: FORCE ./config.status -- 2.39.5