Changeset b547faf


Ignore:
Timestamp:
01/19/2023 08:41:27 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5327b2af
Parents:
e1dc8db
git-author:
Pierre Labastie <pierre.labastie@…> (01/19/2023 08:39:25 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/19/2023 08:41:27 PM)
Message:

Tell that the pythonhosted.xml warning is expected

IN Makefile, test whather pythonhosted.xml exists. If not, tell to
ignore the warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re1dc8db rb547faf  
    288288             stylesheets/pyhosted-inc.xsl \
    289289             stylesheets/pythonhosted.xsl | version.ent
    290         @echo Generating pythonhosted.xml
     290        @echo Generating pythonhosted.xml;               \
     291   if [ ! -f $@ ]; then                             \
     292      echo The following warning can be ignored...; \
     293   fi
    291294        $(Q)xsltproc --xinclude                                    \
    292295                --output temp.xml                             \
Note: See TracChangeset for help on using the changeset viewer.