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

Diff for /www/Makefile between version 1.3 and 1.4

version 1.3, 2015/07/14 13:18:49 version 1.4, 2015/07/19 00:40:06
Line 2 
Line 2 
 .SUFFIXES : .xml .html  .SUFFIXES : .xml .html
   
 PAPERS != cd publications; make -s; cd ..; ls publications/papers/*.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  PROCEEDINGS != cd publications; make -s; cd ..; ls publications/proceedings_misc/*.html
 BLOGS != cd blog; make -s; cd ..; ls blog/*.html | grep -v index  BLOGS != cd blog; make -s; cd ..; ls blog/*.html | grep -v index
 COURSES != cd course; make -s; cd ..; ls course/*.html | grep -v index  COURSES != cd course; make -s; cd ..; ls course/*.html | grep -v index

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4