29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
--- Makefile.in.orig Sat Feb 19 14:15:49 2000
|
|
+++ Makefile.in Sat Jul 13 01:15:12 2002
|
|
@@ -23,26 +23,11 @@
|
|
SHELL = /bin/sh
|
|
|
|
### Tell the user that there is nothing to be compiled.
|
|
-.PHONY: nothing
|
|
-nothing:
|
|
- @echo ----------------------------------------------------------------------
|
|
- @echo ----------------------------------------------------------------------
|
|
- @echo "The Dotfile Generator does not contain any files which has to be compiled!"
|
|
- @echo "On the other hand, during installation, all the modules need to be"
|
|
- @echo "bytecompiled, so now it's time to type: make install"
|
|
- @echo ----------------------------------------------------------------------
|
|
- @echo ----------------------------------------------------------------------
|
|
|
|
-#
|
|
# install all the files in the corect places.
|
|
#
|
|
.PHONY: install
|
|
install: copydirs bytecompile
|
|
- @echo "**********************************************************************"
|
|
- @echo In the directory Doc, three articles in HTML format, concerning
|
|
- @echo The Dotfile Generator is located. If you want these to be installed
|
|
- @echo on your system, please do it manually.
|
|
- @echo "**********************************************************************"
|
|
|
|
.PHONY: copydirs
|
|
copydirs:
|