Sha256: 4e745e141d3c7892f4106a63da03771d7253e41ec6854259f0c8fec7b7c1b33c
Contents?: true
Size: 629 Bytes
Versions: 4
Compression:
Stored size: 629 Bytes
Contents
# -*- Makefile -*- # Release must have VERSION variable set # # make VERSION=0.1 release # release: clean stamp tar stamp: ruby -pi -e 'sub!(/".*?"/, %{"$(VERSION)"}) if /RDOC_VERSION/' rdoc/rdoc.rb cvs commit cvs rtag `echo V$(VERSION) | sed s/\\\\./_/g` rdoc tar: -rm ../rdoc-$(VERSION) ln -fs rdoc ../rdoc-$(VERSION) tar --directory=.. \ --create \ --dereference \ --file=rdoc-$(VERSION).tgz \ --compress \ `ruby -pe 'print "rdoc-$(VERSION)/"' ../rdoc-$(VERSION)/MANIFEST` rm ../rdoc-$(VERSION) clean: @-find . -name '*~' | xargs rm @-find . -name doc -type d | xargs rm -rf
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sqlpostgres-1.3.0 | tools/rdoc/Makefile |
sqlpostgres-1.2.6 | tools/rdoc/Makefile |
sqlpostgres-1.2.5 | tools/rdoc/Makefile |
sqlpostgres-1.2.4 | tools/rdoc/Makefile |