]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: remove unnecessary dependency on RelNotes directory
authorEric Wong <e@80x24.org>
Tue, 15 Oct 2019 07:33:46 +0000 (07:33 +0000)
committerEric Wong <e@80x24.org>
Tue, 15 Oct 2019 07:34:12 +0000 (07:34 +0000)
It was causing unnecessary rebuilds of NEWS* files

Documentation/include.mk

index 04c6b35878b5b4cd47969b3a732b4d26858dcbc1..9fd85210903a18b9e71878449fb4d1d33b37b899 100644 (file)
@@ -109,7 +109,7 @@ RELEASES =
 RELEASES += v1.1.0-pre1
 RELEASES += v1.0.0
 
 RELEASES += v1.1.0-pre1
 RELEASES += v1.0.0
 
-NEWS NEWS.atom NEWS.html : Documentation/RelNotes
+NEWS NEWS.atom NEWS.html :
        $(PERL) -I lib -w Documentation/mknews.perl $@ $(RELEASES)
 
 # check for internal API changes:
        $(PERL) -I lib -w Documentation/mknews.perl $@ $(RELEASES)
 
 # check for internal API changes: