--- loncom/build/Makefile 2001/07/11 21:52:11 1.37 +++ loncom/build/Makefile 2001/09/08 22:37:34 1.38 @@ -5,6 +5,7 @@ CDTARGET="." CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource" +DIST="default" all: # nothing yet here @@ -75,8 +76,10 @@ install: build Makefile.install make -f Makefile.install SOURCE="../.." TARGET="" files make -f Makefile.install SOURCE="../.." TARGET="" links -Makefile.install: ../../doc/loncapafiles/loncapafiles.html - perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install +Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl + cat ../../doc/loncapafiles/loncapafiles.lpml | \ + perl lpml_parse.pl install development $(DIST) "../.." "" > \ + Makefile.install build: Makefile.build make -f Makefile.build all