Sha256: 27f7d0fe69015f3ef1c51f4401a70005c4370661c517d85cf22fae66cfc24454

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

EXTRA_DIST	=
WEB_DIST	= index.html style.css

web-build: $(WEB_DIST)

web-test: web-build
	for f in $(WEB_DIST); do		\
		scp $$f $(WEB_TEST_LOC);	\
	done

web-push: web-build
	for f in $(WEB_DIST); do		\
		scp $$f $(WEB_LOC);		\
	done

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tnef-1.0.2 ext/tnef/doc/www/htdocs/Makefile.am
tnef-1.0.1 ext/tnef/doc/www/htdocs/Makefile.am
tnef-1.0.0 ext/tnef/doc/www/htdocs/Makefile.am
tnef-0.0.1 ext/tnef/doc/www/htdocs/Makefile.am