[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / www / ja

File: [local] / www / ja / Makefile (download)

Revision 1.1, Mon Jul 13 22:09:25 2015 JST (8 years, 10 months ago) by hako
Branch point for: MAIN

Initial revision

# Makefile by Hiroshi Hakoyama
.SUFFIXES : .xml .html

all:
	cd about; make
	cd CV; make
	cd publications; make
	cd talks; make
	cd course; make

clean:
	rm -f index.html
	rm -f atom.xml
	cd about; make clean
	cd CV; make clean
	cd publications; make clean
	cd talks; make clean
	cd course; make clean