Changeset b6ad4e0


Ignore:
Timestamp:
01/20/2023 06:04:25 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
675b355
Parents:
5327b2af
Message:

Remove warning on first build after clone
Created a new file, dummy.xml, that is copied to
./general/prog/python-dependencies/pythonhosted.xml
if that file does not already exist. This avoids a warning
when generating the book for the first time after
cloning the source from the repository.

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5327b2af rb6ad4e0  
    288288             stylesheets/pyhosted-inc.xsl \
    289289             stylesheets/pythonhosted.xsl | version.ent
    290         @echo Generating pythonhosted.xml;               \
    291    if [ ! -f $@ ]; then                             \
    292       echo The following warning can be ignored...; \
     290        @echo Generating pythonhosted.xml; \
     291   if [ ! -f $@ ]; then               \
     292      cp dummy.xml $(PYHOSTED);      \
    293293   fi
    294294        $(Q)xsltproc --xinclude                                    \
Note: See TracChangeset for help on using the changeset viewer.