Annotation of libwww/Robot/Makefile.am, revision 1.1

1.1     ! frystyk     1: ## Process this file with Automake to create Makefile.in.
        !             2: 
        !             3: DOC = User
        !             4: EXP = Examples
        !             5: 
        !             6: EXAMPLES =
        !             7: 
        !             8: DOCS = *.html \
        !             9:        `find $(DOC) -follow \( -name \*.html -o -name \*.gif \) -print` \
        !            10:        $(DOC)/Patch/*.fix
        !            11: 
        !            12: DIST_OTHER = \
        !            13:        $(DOCS)
        !            14: 
        !            15: SUBDIRS = src

Webmaster