=================================================================== RCS file: /cvs/www/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- www/Makefile 2018/06/02 12:54:08 1.5 +++ www/Makefile 2018/11/07 11:14:09 1.6 @@ -2,7 +2,7 @@ .SUFFIXES : .xml .html PAPERS != cd publications; make -s; cd ..; ls publications/papers/*.html -#BOOKS != cd publications; make -s; cd ..; ls publications/books/*.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 | grep -v index COURSES != cd course; make -s; cd ..; ls course/*.html | grep -v index