blob: 8119571766cc2ace0f83c3808925786311e93786 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- 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:
|