]> git.saurik.com Git - apt.git/commitdiff
add a message which will be displayed if xsltproc does respect the -o
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 16 Oct 2009 06:36:15 +0000 (08:36 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 16 Oct 2009 06:36:15 +0000 (08:36 +0200)
flag again and a manual mv to the correct name is no longer needed.
(used in the buildprocess of po4a manpages)

buildlib/po4a_manpage.mak

index 8bb7225b83b8b096bbd665cefb6470275e6f39ab..3d90c6ba498d4256d2b39cfe8ab8036e47497e83 100644 (file)
@@ -28,6 +28,7 @@ veryclean: veryclean/$(LOCAL)
 $($(LOCAL)-LIST) :: % : %.xml $(INCLUDES)
        echo Creating man page $@
        $(XSLTPROC) -o $@ $(STYLESHEET) $< # why xsltproc doesn't respect the -o flag here???
+       test -f $(subst .$(LC),,$@) || echo FIXME: xsltproc respect the -o flag now, workaround can be removed
        mv -f $(subst .$(LC),,$@) $@
 
 # Clean rule