Mercurial > noffle
comparison Makefile @ 31:cf838072290d noffle
[svn] Replaced usage of etags by ctags, because etags no longer works on my system.
| author | enz |
|---|---|
| date | Sun, 30 Apr 2000 15:22:12 +0100 |
| parents | 526a4c34ee2e |
| children | 8e972daaeab9 |
comparison
equal
deleted
inserted
replaced
| 30:05f71c7d5a70 | 31:cf838072290d |
|---|---|
| 1 ############################################################################### | 1 ############################################################################### |
| 2 # | 2 # |
| 3 # Makefile for Noffle news server | 3 # Makefile for Noffle news server |
| 4 # | 4 # |
| 5 # $Id: Makefile 32 2000-04-29 14:45:56Z enz $ | 5 # $Id: Makefile 37 2000-04-30 14:22:12Z enz $ |
| 6 # | 6 # |
| 7 ############################################################################### | 7 ############################################################################### |
| 8 | 8 |
| 9 SPOOLDIR = /var/spool/noffle | 9 SPOOLDIR = /var/spool/noffle |
| 10 PREFIX = /usr/local | 10 PREFIX = /usr/local |
| 76 chown -R news.news $(RPM_BUILD_ROOT)$(SPOOLDIR) | 76 chown -R news.news $(RPM_BUILD_ROOT)$(SPOOLDIR) |
| 77 @echo | 77 @echo |
| 78 @echo Read INSTALL.txt for further instructions. | 78 @echo Read INSTALL.txt for further instructions. |
| 79 | 79 |
| 80 tags: | 80 tags: |
| 81 etags $(FILESC) $(FILESH) | 81 ctags -e $(FILESC) $(FILESH) |
| 82 | 82 |
| 83 -include depend | 83 -include depend |
