# $Id: Makefile.am,v 1.5 2002/05/01 21:24:37 poettering Exp $ SUBDIRS = src emacs: emacs `find -name 'Makefile.am'` `find -name '*.h'` `find -name '*.c'` & cvs: cvs update cvs commit doc: make -C doc doxygen: doc index.html: README txt2html --title "libshbuf" < README > index.html html: index.html web: doc index.html scp -r index.html doc/html/ poettering@libshbuf.sourceforge.net:/home/groups/l/li/libshbuf/htdocs/ upload: dist ncftpput upload.sourceforge.net incoming libshbuf-*.tar.gz .PHONY: doc doxygen cvs emacs html web upload