Skip to content

Commit

Permalink
Make sure <build-dir>/manual directory gets created.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Jun 14, 2012
1 parent 75fa192 commit 834f9b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-06-14 Roland McGrath <roland@hack.frob.com>

* manual/Makefile ($(objpfx)texis): Do $(make-target-directory).

2012-06-14 Joseph Myers <joseph@codesourcery.com>

* libm_test.inc (csqrt_test): Allow more spurious underflow
Expand Down
1 change: 1 addition & 0 deletions manual/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ licenses = freemanuals.texi lgpl-2.1.texi fdl-1.3.texi

-include $(objpfx)texis
$(objpfx)texis: texis.awk $(chapters) $(add-chapters) $(appendices) $(licenses)
$(make-target-directory)
$(AWK) -f $^ > $@.T
mv -f $@.T $@

Expand Down

0 comments on commit 834f9b8

Please sign in to comment.