INDEX_TEMPLATE = index-template.html RM = @RM@ MV = @MV@ CP = @CP@ MKDIR = @MKDIR@ dist-hook: ${CP} -r org *.html *.css package-list ${distdir} clean-generic: ${RM} -f *~ distclean-generic: ${MV} ${INDEX_TEMPLATE} ${INDEX_TEMPLATE}.protected ${RM} -rf *.html ${RM} -f *.css ${MV} ${INDEX_TEMPLATE}.protected ${INDEX_TEMPLATE} ${CP} ${INDEX_TEMPLATE} index.html