|
From: Earnie B. <ea...@us...> - 2005-06-26 11:51:29
|
Update of /cvsroot/mingw/portmaker/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5081/doc Added Files: Makefile Log Message: * src/version.sh: Add echo in the event the file is executed. * src/makeport: Rename. * src/portmaker.sh: Renamed makeport. * src/Makefile: New file. * template/Makefile: Ditto. * template/mingwPORT.afterrpatch: Ditto. * template/mingwPORT.beforerpatch: Ditto. * lib/Makefile: Ditto. * doc/Makefile: Ditto. * config.mak: Ditto. --- NEW FILE: Makefile --- docdir=$(PREFIX)/doc/$(PACKAGE)-$(VERSION) doc_SOURCES = README all: stamp-doc stamp-doc: @touch stamp-doc install: $(doc_SOURCES) mkdir -p $(docdir) cp -pf $^ $(docdir) clean: rm -f stamp-doc |