From 11d5f49be0313ecd6ff193f9bb1780520f679f5b Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 29 Apr 2004 17:02:15 +0000 Subject: [PATCH] Add the installdev target to the help list Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103552 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUhead.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc index 3657c4c1cc..dbb3f9597f 100644 --- a/build/NWGNUhead.inc +++ b/build/NWGNUhead.inc @@ -56,6 +56,8 @@ help : @echo nlms. . . . . . . builds all nlms @echo install . . . . . builds libs and nlms and copies install files to @echo "$(INSTALL)" + @echo installdev. . . . copies headers and files needed for development to + @echo "$(INSTALL)" @echo clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map @echo clobber_all . . . deletes all possible output from the make @echo clobber_install . deletes all files in $(INSTALL) -- 2.50.1