--- loncom/build/Makefile 2001/09/17 20:44:21 1.39 +++ loncom/build/Makefile 2001/09/18 13:18:14 1.40 @@ -67,18 +67,21 @@ SPEC: perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC configinstall: Makefile.configinstall - # there is a dependency on having directories in place, but oh well... make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles - perl loncaparestoreconfigurations lasttimestamp - make -f Makefile.configinstall TARGET="" configpermissions +# perl loncaparestoreconfigurations lasttimestamp +# make -f Makefile.configinstall TARGET="" configpermissions -Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.html - perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall +Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl +# perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall + cat ../../doc/loncapafiles/loncapafiles.lpml | \ + perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ + Makefile.configinstall install: build Makefile.install make -f Makefile.install SOURCE="../.." TARGET="" directories make -f Makefile.install SOURCE="../.." TARGET="" files make -f Makefile.install SOURCE="../.." TARGET="" links + make configinstall Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl cat ../../doc/loncapafiles/loncapafiles.lpml | \