Mercurial > noffle
comparison Makefile.in @ 253:b67a1eaab41a noffle
[svn] * Makefile.in,docs/Makefile.in: Update to reflect last changes to
Makefile.am(s). Oops.
author | bears |
---|---|
date | Wed, 26 Jun 2002 14:14:26 +0100 |
parents | 9fb4b7d7e64b |
children | b510f6a65a79 |
comparison
equal
deleted
inserted
replaced
252:ce4dd5d6530b | 253:b67a1eaab41a |
---|---|
355 installdirs mostlyclean-generic distclean-generic clean-generic \ | 355 installdirs mostlyclean-generic distclean-generic clean-generic \ |
356 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | 356 maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
357 | 357 |
358 | 358 |
359 install-data-local: | 359 install-data-local: |
360 $(INSTALL) -m 2755 -o news -g news -d $(SPOOLDIR) | 360 $(INSTALL) -m 2755 -o news -g news -d $(DESTDIR)$(SPOOLDIR) |
361 $(INSTALL) -o news -g news -d $(SPOOLDIR)/data | 361 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/data |
362 $(INSTALL) -o news -g news -d $(SPOOLDIR)/lock | 362 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/lock |
363 $(INSTALL) -o news -g news -d $(SPOOLDIR)/requested | 363 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested |
364 $(INSTALL) -o news -g news -d $(SPOOLDIR)/outgoing | 364 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing |
365 $(INSTALL) -o news -g news -d $(SPOOLDIR)/overview | 365 $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview |
366 chown -R news.news $(SPOOLDIR) | 366 chown -R news.news $(DESTDIR)$(SPOOLDIR) |
367 $(INSTALL) -m 755 -o 0 -g 0 -d $(DOCDIR) | 367 $(INSTALL) -m 755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) |
368 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DOCDIR) | 368 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) |
369 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DOCDIR) | 369 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) |
370 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DOCDIR) | 370 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DESTDIR)$(DOCDIR) |
371 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INSTALL $(DOCDIR) | 371 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INSTALL $(DESTDIR)$(DOCDIR) |
372 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DOCDIR) | 372 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DESTDIR)$(DOCDIR) |
373 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DOCDIR) | 373 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DESTDIR)$(DOCDIR) |
374 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DOCDIR) | 374 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DESTDIR)$(DOCDIR) |
375 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/noffle.conf.example \ | 375 $(INSTALL_DATA) -D -o 0 -g 0 $(srcdir)/noffle.conf.example \ |
376 $(CONFIGFILE).example | 376 $(DESTDIR)$(CONFIGFILE).example |
377 chown news.news $(CONFIGFILE).example | 377 chown news.news $(DESTDIR)$(CONFIGFILE).example |
378 chmod 600 $(CONFIGFILE).example | 378 chmod 600 $(DESTDIR)$(CONFIGFILE).example |
379 @echo | 379 @echo |
380 @echo "****************************************************************" | 380 @echo "****************************************************************" |
381 @echo "You should now copy $(CONFIGFILE).example to $(CONFIGFILE)" | 381 @echo "You should now copy $(DESTDIR)$(CONFIGFILE).example to $(CONFIGFILE)" |
382 @echo "and edit that copy." | 382 @echo "and edit that copy." |
383 @echo "****************************************************************" | 383 @echo "****************************************************************" |
384 @echo | 384 @echo |
385 | 385 |
386 install-exec-local: | 386 install-exec-local: |
387 chown news.news $(bindir)/`echo $(PACKAGE)|sed '$(transform)'` | 387 chown news.news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` |
388 chmod 4755 $(bindir)/`echo $(PACKAGE)|sed '$(transform)'` | 388 chmod 4755 $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` |
389 | 389 |
390 uninstall-local: | 390 uninstall-local: |
391 rm -f $(DOCDIR)/AUTHORS | 391 rm -f $(DESTDIR)$(DOCDIR)/AUTHORS |
392 rm -f $(DOCDIR)/COPYING | 392 rm -f $(DESTDIR)$(DOCDIR)/COPYING |
393 rm -f $(DOCDIR)/ChangeLog | 393 rm -f $(DESTDIR)$(DOCDIR)/ChangeLog |
394 rm -f $(DOCDIR)/INSTALL | 394 rm -f $(DESTDIR)$(DOCDIR)/INSTALL |
395 rm -f $(DOCDIR)/NEWS | 395 rm -f $(DESTDIR)$(DOCDIR)/NEWS |
396 rm -f $(DOCDIR)/README | 396 rm -f $(DESTDIR)$(DOCDIR)/README |
397 rm -f $(DOCDIR)/TODO | 397 rm -f $(DESTDIR)$(DOCDIR)/TODO |
398 rm -f $(CONFIGFILE).example | 398 rm -f $(DESTDIR)$(CONFIGFILE).example |
399 @echo | 399 @echo |
400 @echo "****************************************************************" | 400 @echo "****************************************************************" |
401 @echo "The NOFFLE spool directory $(SPOOLDIR) and the configfile" | 401 @echo "The NOFFLE spool directory $(DESTDIR)$(SPOOLDIR) and the configfile" |
402 @echo "$(CONFIGFILE) have *not* been removed. Please do this" | 402 @echo "$(DESTDIR)$(CONFIGFILE) have *not* been removed. Please do this" |
403 @echo "manually." | 403 @echo "manually." |
404 @echo "****************************************************************" | 404 @echo "****************************************************************" |
405 @echo | 405 @echo |
406 | 406 |
407 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 407 # Tell versions [3.59,3.63) of GNU make to not export all variables. |