Mercurial > noffle
view Makefile.am @ 225:9fb4b7d7e64b noffle
[svn] * docs/Makefile.in: Add testing.txt to documents.
* NEWS: Updates for 1.1.1 release.
* configure.in: Change version to 1.1.1. Additional decoration to the
version is slowing down my release and RPM building. All Makefile.in
have been regenerated as has configure.
* packages/redhat/noffle.spec: Change version to 1.1.1.
* packages/.cvsignore,packages/Makefile.am,packages/redhat/.cvsignore,
packages/redhat/Makefile.am: Add sufficient makefiles for noffle.spec
and noffle-expire to the included in the tarball generated by 'make dist'.
author | bears |
---|---|
date | Sun, 09 Dec 2001 15:07:14 +0000 |
parents | a34620942998 |
children | d6e02253fb76 |
line wrap: on
line source
# Process this file with automake to produce Makefile.in SUBDIRS = src docs packages EXTRA_DIST = $(PACKAGE).conf.example install-data-local: $(INSTALL) -m 2755 -o news -g news -d $(SPOOLDIR) $(INSTALL) -o news -g news -d $(SPOOLDIR)/data $(INSTALL) -o news -g news -d $(SPOOLDIR)/lock $(INSTALL) -o news -g news -d $(SPOOLDIR)/requested $(INSTALL) -o news -g news -d $(SPOOLDIR)/outgoing $(INSTALL) -o news -g news -d $(SPOOLDIR)/overview chown -R news.news $(SPOOLDIR) $(INSTALL) -m 755 -o 0 -g 0 -d $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INSTALL $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/noffle.conf.example \ $(CONFIGFILE).example chown news.news $(CONFIGFILE).example chmod 600 $(CONFIGFILE).example @echo @echo "****************************************************************" @echo "You should now copy $(CONFIGFILE).example to $(CONFIGFILE)" @echo "and edit that copy." @echo "****************************************************************" @echo install-exec-local: chown news.news $(bindir)/`echo $(PACKAGE)|sed '$(transform)'` chmod 4755 $(bindir)/`echo $(PACKAGE)|sed '$(transform)'` uninstall-local: rm -f $(DOCDIR)/AUTHORS rm -f $(DOCDIR)/COPYING rm -f $(DOCDIR)/ChangeLog rm -f $(DOCDIR)/INSTALL rm -f $(DOCDIR)/NEWS rm -f $(DOCDIR)/README rm -f $(DOCDIR)/TODO rm -f $(CONFIGFILE).example @echo @echo "****************************************************************" @echo "The NOFFLE spool directory $(SPOOLDIR) and the configfile" @echo "$(CONFIGFILE) have *not* been removed. Please do this" @echo "manually." @echo "****************************************************************" @echo