Imported Upstream version 0.72
This commit is contained in:
25
Makefile
Normal file
25
Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
.PHONY : all show locale html images pack-images
|
||||
.PHONY : install uninstall clean distclean arch www www-images srcdist bindist
|
||||
|
||||
|
||||
all:
|
||||
@echo
|
||||
@echo "dvdisaster requires GNU make to build."
|
||||
@echo "Please try your command again using gmake."
|
||||
@echo
|
||||
|
||||
show: all
|
||||
locale: all
|
||||
html: all
|
||||
images: all
|
||||
pack-images: all
|
||||
install: all
|
||||
uninstall: all
|
||||
clean: all
|
||||
distclean: all
|
||||
arch: all
|
||||
www: all
|
||||
www-images: all
|
||||
srcdist: all
|
||||
bindist: all
|
||||
|
||||
Reference in New Issue
Block a user