=================================================================== RCS file: /cvs/www/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- www/Makefile 2015/07/13 13:09:25 1.1 +++ www/Makefile 2015/07/14 11:18:19 1.2 @@ -4,8 +4,8 @@ PAPERS != cd publications; make -s; cd ..; ls publications/papers/*.html BOOKS != cd publications; make -s; cd ..; ls publications/books/*.html PROCEEDINGS != cd publications; make -s; cd ..; ls publications/proceedings_misc/*.html -BLOGS != cd blog; make -s; cd ..; ls blog/*.html -COURSES != cd course; make -s; cd ..; ls course/*.html | grep -v index | grep -v atom +BLOGS != cd blog; make -s; cd ..; ls blog/*.html | grep -v index +COURSES != cd course; make -s; cd ..; ls course/*.html | grep -v index ABOUT != cd about; make -s CV != cd CV; make -s TALKS != cd talks; make -s