From 5d4eb9dd07ddd589ec03582c3eeb82d490023282 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 26 Nov 2008 01:13:29 +0000 Subject: * Moved the build farm job for building Nix to the Nix tree. --- Makefile.am | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3ea86b1649c3..45664d6a683c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,11 @@ SUBDIRS = externals src scripts corepkgs doc misc tests EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \ - svn-revision nix.conf.example NEWS + nix.conf.example NEWS include ./substitute.mk nix.spec: nix.spec.in -rpm: nix.spec dist - rpm $(EXTRA_RPM_FLAGS) -ta $(distdir).tar.gz - -relname: - echo -n $(distdir) > relname - install-data-local: init-state $(INSTALL) -d $(DESTDIR)$(sysconfdir)/nix $(INSTALL_DATA) $(srcdir)/nix.conf.example $(DESTDIR)$(sysconfdir)/nix @@ -44,13 +38,11 @@ init-state: ln -sfn $(localstatedir)/nix/manifests $(DESTDIR)$(localstatedir)/nix/gcroots/manifests else -init-state: -endif -svn-revision: - svnversion . > svn-revision +init-state: -all-local: NEWS +endif -NEWS: doc/manual/NEWS.txt +NEWS: + $(MAKE) -C doc/manual NEWS.txt cp $(srcdir)/doc/manual/NEWS.txt NEWS -- cgit 1.4.1