diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-02-23 07:36:45 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-02-23 07:36:45 +0100 |
commit | 90caa79fbf5c6be6d42e2768d7a5868ac851895d (patch) | |
tree | 31ee4840dd0701668b17100dd92b521e59664199 /Makefile | |
parent | 3dbf456570a2fc2ab25e246a8f656ab709c79586 (diff) | |
download | smokeping-90caa79fbf5c6be6d42e2768d7a5868ac851895d.tar.gz smokeping-90caa79fbf5c6be6d42e2768d7a5868ac851895d.tar.xz |
exclude .svn directories
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SHELL = /bin/sh VERSION = 2.0BRANCHE NUMVERSION = 1.99002 -IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp +IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|.svn GROFF = groff .PHONY: man html txt ref examples check-examples patch killdoc doc tar rename-man symlinks remove-symlinks .SUFFIXES: |