Sha256: 836e1c04a9ed3a0b72580019fd45d3ab467c6138803b7c9a20338fb1cd9729d4

Contents?: true

Size: 614 Bytes

Versions: 3

Compression:

Stored size: 614 Bytes

Contents

# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
# This is free software with ABSOLUTELY NO WARRANTY.
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.

RUBY=ruby

all:
	$(RUBY) -I../../../lib ../../../lib/qwik/dev-js-compressor.rb

clean:
	rm ../all.js

x:
	chmod -x *.js *.html .cvsignore Makefile

dist:	debugwindow.tar.bz2

debugwindow.tar.bz2:	debugwindow.js debugwindow.html debugwindow-test.html
	mkdir debugwindow
	mv debugwindow.js debugwindow.html debugwindow-test.html debugwindow
	tar cvfj debugwindow.tar.bz2 debugwindow
	mv debugwindow/* .
	rmdir debugwindow

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qwik2md-2.0.1 vendor/qwik/share/theme/js/Makefile
qwik2md-2.0.0 vendor/qwik/share/theme/js/Makefile
qwik2md-1.0.2 vendor/qwik/share/theme/js/Makefile