web/hosts/issues Makefile.in,1.3,1.4
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/issues In directory purcel:/tmp/cvs-serv13734/hosts/issues Modified Files: Makefile.in Log Message: install the graph generator Index: Makefile.in =================================================================== RCS file: /cvs/fresco/web/hosts/issues/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 23 Oct 2002 02:12:15 -0000 1.3 +++ Makefile.in 21 Jan 2003 04:36:35 -0000 1.4 @@ -17,6 +17,8 @@ install: $(MAKE) action="install" sitedir=$(sitedir) cp $(patsubst %, $(srcdir)/%, $(roundup)) $(sitedir)/ + cp $(srcdir)/graph.py $(sitedir)/cgi-bin/graph.cgi + chmod a+w $(sitedir)/cgi-bin/graph.cgi clean: $(MAKE) action="clean"