[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 29 Apr 2002 20:51:50 -0000
harris41 Mon Apr 29 16:51:50 2002 EDT
Modified files:
/loncom/build Makefile
Log:
make directories needed for dynamically generated documentation
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.90 loncom/build/Makefile:1.91
--- loncom/build/Makefile:1.90 Sun Apr 28 00:46:56 2002
+++ loncom/build/Makefile Mon Apr 29 16:51:50 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.90 2002/04/28 04:46:56 harris41 Exp $
+# $Id: Makefile,v 1.91 2002/04/29 20:51:50 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -225,6 +225,9 @@
"$(TARGET)" > Makefile.install
build: Makefile.build pod2html.sh pod2man.sh
+ install -d $(SOURCE)/doc/man
+ install -d $(SOURCE)/doc/scripts
+ install -d $(SOURCE)/doc/lib/perl/Apache
echo -n "" > WARNINGS
make -f Makefile.build all
make warningnote